Retrieve programs (Include All)
This method allows you to retrieve a specific set of programs that match the custom property criteria specified as query parameters in your request.
It returns all programs that match on the custom property criteria specified in the request, and includes all the filters irrespective of their match against the same custom property criteria.
Example:
https://{Base URL}/{client_id}/Programs/IncludeMatching?Jurisdication=EU&OnlineOnly=True&LifeCycleStage
In this example, the API will return all programs that match the custom property criteria specified below. It returns all Filters even if they do not contain the specified custom property criteria.
- "Jurisdiction" = EU,
- "OnlineOnly" = True,
- "LifeCycleStage" exists with ANY value, because no value was supplied in the request.
Header Parameters
Authorization token.
Type of the data being sent in the request or the data that is expected in the response. Supports application/json.
Path Parameters
Response
Response Attributes
The collection of programs.