Retrieve programs (Include Matching)
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 only includes the filters that also match on 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 and only those associated filters where custom properties exist with the following values:
- "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.
Query Parameters
Path Parameters
Response
Response Attributes
The collection of programs.