Publish coordinator API
consortiumId required | string <uuid> (uuid) The ID of consortium |
Publish coordinator request
url required | string URL for publishing requests for consortia tenants |
method required | string HTTP method |
tenants | Array of strings unique Set of tenants to be requested |
payload | object Http request body |
{- "url": "string",
- "method": "string",
- "tenants": [
- "string"
], - "payload": { }
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "status": "IN_PROGRESS"
}
consortiumId required | string <uuid> (uuid) The ID of consortium |
publicationId required | string <uuid> (uuid) The ID of the publication |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "status": "IN_PROGRESS",
- "dateTime": "string",
- "request": "string",
- "errors": [
- {
- "tenantId": "string",
- "errorMessage": "string",
- "errorCode": 0
}
]
}
consortiumId required | string <uuid> (uuid) The ID of consortium |
publicationId required | string <uuid> (uuid) The ID of the publication |
{- "errors": [
- {
- "message": "string",
- "type": "string",
- "code": "string",
- "parameters": [
- {
- "key": "string",
- "value": "string"
}
]
}
], - "total_records": 0
}
consortiumId required | string <uuid> (uuid) The ID of consortium |
publicationId required | string <uuid> (uuid) The ID of the publication |
{- "publicationResults": [
- {
- "tenantId": "string",
- "response": "string",
- "statusCode": 0
}
], - "totalRecords": 0
}