Retrieve program groups (Include All)
This method allows you to retrieve a specific set of program groups that match the custom property criteria specified as query parameters in your request.
It returns all program groups that match on the custom property criteria specified in the request, and includes all the nested program groups, programs, and filters irrespective of their match against the same custom property criteria.
Example:
https://{Base URL}/{client_id}/ProgramGroups/IncludeAll?Jurisdication=EU&OnlineOnly=True&CheckingProgram
In this example, the API will return all program groups where custom properties exist with the following values. All nested program groups, programs, and filters associated with the program groups will be returned even if they do not contain the specified custom property criteria.
- "Jurisdiction" = EU,
- "OnlineOnly" = True,
- "CheckingProgram" 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
An optional valid LocaleId to request a specific language parameter.
Path Parameters
Your required clientId used to access the WebAPI. A 404 is returned if this value is invalid.
Response
Response Attributes
A collection of program groups.