v1

latestOpenAPI 3.0.02026-07-2678399358.2 KB
CustomTargeting

QueryCustomTargetValues

Query all available custom target values for a given key.

post/rmp/mgmt/v1/platforms/{platform_id}/custom-target-keys/{custom_target_key_id}/custom-target-values

Path parameters

platform_idstring required

Identifier of the platform. It is passed as a path parameter.

custom_target_key_idstring required

Identifier of the custom target key. It is passed as a path parameter.

Request body

searchstring

Search keyword to filter custom target values by label. If provided, only values whose labels contain this keyword will be returned.

cursorstring

Cursor for pagination. Required after the first request.

limitinteger

Number of items to be returned. Default: 15, Maximum value: 200

Response

A successful response.

prev_cursorstring

Cursor for the previous page. Omitted if this is the first page.

next_cursorstring

Cursor for the next page. Omitted if this is the last page.

totalinteger required

Total number of custom target values matching the query criteria.