v1
latestOpenAPI 3.0.12026-07-267912192.3 MBGets all Component Types objects from the cache.
Represents data found in Vista™ EM Component Types program.
Vista view: EMPTY
Path parameters
The code of the subscriber that you are making this request for.
Query parameters
Limits the number of records returned by the API, up to a maximum of 1,000. The API may return less than the limit even when more records exist. Always examine the 'next' and 'continuationToken' properties to determin if more records are available.
A string specifies a datetime against which to filter the results. When specified the result will be ordered oldest __modifiedUTC to newest. Example 2019-12-11T20:16:58.3419275Z. Optional. If unspecified, all cached objects will be returned.
A URL Encoded continuationToken value from a previous GET response. When provided, the next set of results for the original GET will be returned.
Headers
Used to authorize access to the Direct API.
Response
Success
Example response
{
"data": [
{
"__modifiedUTC": "2020-01-01T13:01:01.1234567Z"
}
]
}