v1

latestOpenAPI 3.0.32026-07-13401683.8 KB
Programs

Optimized free-text search for programs using various filters.

get/api/v2/programs/search

Query parameters

keywordsstring

Free text search that matches against the program title or description.

pageStartinteger

The start page of the results to return. The first item is indexed at 0.

pageSizeinteger

The number of items to return. Must be between 0 and 500, inclusive.

Response

Programs matching the search request sorted by relevance.

idinteger

The unique ID of the program. Generated at creation.

customerIdinteger

The ID of the customer that owns this program.

titlestring required

The title of the program.

createdDatestring date-time

The date the segment was created in ISO 8601 format. Generated at creation.

lastModifiedDatestring date-time

The date the program was last modified/updated in ISO 8601 format. Automatically updated on any write operation.