List all available Check-In Templates configured in Workflow
GET /api/v2/fixup/preflight/custom/templates
1.1. Responses
| HTTP Code | Description | Schema |
|---|---|---|
| 200 | OK | FixupTemplateApi |
| 401 | Unauthorized | No Content |
| 403 | Forbidden | No Content |
| 404 | Not Found | No Content |
1.2. Consumes
application/json
1.3. Produces
*/*
1.4. Tags
fixup-api-controller
1.5. Example HTTP request
Request path
api/v2/fixup/preflight/custom/templates
1.6. Example HTTP response
Response 200
1.7. Result
| Type | Name | Description | Schema |
|---|---|---|---|
| Body | guid | The guid of a Check-In Template | string (uuid) |
| Body | name | Name of the Check-In Template | string |
| Body | profileAutomationKey | Key of the underlying parent Check-In Profile (by default always the same) | string |
| Body | description | Description of the Check-In Template | string |
To use a specific Check-In Template from the results, add the property "checkinTemplateGuid" followed by the specific "guid" for request where Articles or Print Items are created.
2.1. Example (Article)
POST /api/v1/articles/create
Request path
/api/v1/articles/create
| Type | Name | Description | Schema |
|---|---|---|---|
| Body | name required | The name of a Motif / Article | string |
| Body |
checkinTemplateGuid |
The guid of the Check-In Template | string (uuid) |
| Body | pdfFileLink optional | Defining Path to the file | FileLinkApi |