Skip to main content

Rollout list

GET 

/api/public/my-display-rollouts

Returns a paginated list of MyDisplay rollouts.

warning

This API is only available if you have the ERP-API feature enabled. It is not available in the Basic-API level. See API access for more details.

Request

Responses

Response Headers
    x-total-count

    The total number of rollouts.

    Example: 69
    link

    Pagination links for first, last and next page.

    Example: </api/public/my-display-rollouts?page=1&size=20>; rel="next",</api/public/my-display-rollouts?page=7&size=20>; rel="last",</api/public/my-display-rollouts?page=0&size=20>; rel="first"