Platforms
Read and manage publication platforms.
List platforms
query Parameters
page0-based page number for offset pagination. Mutually exclusive with cursor.
cursor^[A-Za-z0-9._~\-]*$Opaque cursor for keyset pagination. Mutually exclusive with page. Clients must not parse or construct it; pass the nextCursor value back unchanged. Current tokens use the shared v1.BASE64... format.
sizeRequested page size. Defaults to 20 and must not exceed 100.
includeDeletedInclude soft-deleted resources when true.
List platforms › Responses
OK
Items returned in this response.
hasMoreWhether more results are available.
nextCursorCursor for the next page of results.
Page-based pagination metadata.
sizeRequested page size.
Create platform
Creates a new publication platform.
Create platform › Request Body
displayStoryByIssueWhether story lists are displayed by issue for this platform.
Required on create. null is invalid.
namePublication platform name.
externalIdPlatform ID in the external system.
Omit or set null to leave it unset on create.
Manually entered publication dates for this platform.
If both schedule fields are omitted or set to null, the default weekly schedule is created.
printingTimeInDaysHow many days before the publication is printed.
Omit or set null to use 0.
typeCodePlatform type code.
Omit or set null to use the default other type.
upscoreDomainDomain in the Upscore system.
Omit or set null to leave it unset on create.
Regular publication days for this publication platform.
Omit or set null to use the default weekly schedule unless manualSchedule is provided.
Create platform › Responses
Platform created
displayStoryByIssueWhether story lists are displayed by issue for this platform.
idPlatform ID.
namePlatform name.
positionOrdinal number in the list.
typeCodePlatform type code.
versionPlatform version.
externalIdPlatform ID in the external system.
Manually entered publication dates for this platform.
printingTimeInDaysHow many days before the publication is printed.
Available publication time slots for this platform.
upscoreDomainDomain in the Upscore system.
Regular publication days for this platform.
Get platform by external ID
path Parameters
externalIdquery Parameters
includeDeletedGet platform by external ID › Responses
OK
displayStoryByIssueWhether story lists are displayed by issue for this platform.
idPlatform ID.
namePlatform name.
positionOrdinal number in the list.
typeCodePlatform type code.
versionPlatform version.
externalIdPlatform ID in the external system.
Manually entered publication dates for this platform.
printingTimeInDaysHow many days before the publication is printed.
Available publication time slots for this platform.
upscoreDomainDomain in the Upscore system.
Regular publication days for this platform.
Get platform by ID
path Parameters
idquery Parameters
includeDeletedGet platform by ID › Responses
OK
displayStoryByIssueWhether story lists are displayed by issue for this platform.
idPlatform ID.
namePlatform name.
positionOrdinal number in the list.
typeCodePlatform type code.
versionPlatform version.
externalIdPlatform ID in the external system.
Manually entered publication dates for this platform.
printingTimeInDaysHow many days before the publication is printed.
Available publication time slots for this platform.
upscoreDomainDomain in the Upscore system.
Regular publication days for this platform.
Replace platform by ID
Replaces the writable state of the addressed publication platform.
path Parameters
idReplace platform by ID › Request Body
displayStoryByIssueWhether story lists are displayed by issue for this publication platform.
null is invalid. Digital publication platforms must use true.
namePublication platform name.
null is invalid.
printingTimeInDaysPrinting delay in days.
Use 0 for digital publication platforms. null is invalid.
typeCodePublication platform type code.
null is invalid.
externalIdPublication platform ID in the external system.
Omit or set null to clear it.
Manually entered publication dates for this publication platform.
Provide this list when replacing a manual schedule.
upscoreDomainUpscore domain.
Omit or set null to clear it.
Regular publication days for this publication platform.
Provide this payload when replacing a weekly schedule.
Replace platform by ID › Responses
OK
displayStoryByIssueWhether story lists are displayed by issue for this platform.
idPlatform ID.
namePlatform name.
positionOrdinal number in the list.
typeCodePlatform type code.
versionPlatform version.
externalIdPlatform ID in the external system.
Manually entered publication dates for this platform.
printingTimeInDaysHow many days before the publication is printed.
Available publication time slots for this platform.
upscoreDomainDomain in the Upscore system.
Regular publication days for this platform.
Delete platform by ID
Update platform by ID
Partially updates the writable state of the addressed publication platform.
path Parameters
idUpdate platform by ID › Request Body
displayStoryByIssueWhether story lists are displayed by issue for this publication platform.
Omit to leave it unchanged. null is invalid.
externalIdPublication platform ID in the external system.
Omit to leave it unchanged. Set null to clear it.
Manually entered publication dates for this publication platform.
Omit to leave it unchanged. Send [] as an empty instruction list. null is invalid.
namePublication platform name.
Omit to leave it unchanged. null is invalid.
printingTimeInDaysHow many days before the publication is printed.
Omit to leave it unchanged. Use 0 when no delay should be applied.
typeCodePublication platform type code.
Omit to leave it unchanged. null is invalid.
upscoreDomainDomain in the Upscore system.
Omit to leave it unchanged. Set null to clear it.
Regular publication days for this publication platform.
Omit to leave it unchanged. null is invalid.
Update platform by ID › Responses
OK
displayStoryByIssueWhether story lists are displayed by issue for this platform.
idPlatform ID.
namePlatform name.
positionOrdinal number in the list.
typeCodePlatform type code.
versionPlatform version.
externalIdPlatform ID in the external system.
Manually entered publication dates for this platform.
printingTimeInDaysHow many days before the publication is printed.
Available publication time slots for this platform.
upscoreDomainDomain in the Upscore system.
Regular publication days for this platform.