GET
https://api.topsort.com
/
public
/
v1
/
campaign-service
/
restriction-types
/
{restriction-type-id}
curl --request GET \
  --url https://api.topsort.com/public/v1/campaign-service/restriction-types/{restriction-type-id}
{
  "frequencyType": "daily",
  "id": 123,
  "interactionType": "impressions",
  "level": "campaign"
}

Path Parameters

restriction-type-id
integer
required

Restriction type ID.

Response

200
application/json

Successful Response

The type of restriction.