Listed on

User Guide > Resources > Listed on --- Search for the lists that contain this addressable.

Resource

GET /addressables/<OID>/listed_on

Where OID is the Object ID of the addressable.

Parameters

None

Payload

None

Response

Context

Authorization

User

Errors

Example

Request
GET https://xelion.nl/api/v1/master/addressables/2062989/listed_on
Response
{
    "data": [
        {
            "object": {
                "commonName": "X1List1",
                "oid": "2063431",
                "objectType": "X1List"
            },
            "links": [
                {
                    "rel": "self",
                    "href": "https://marnix.xelion.nl/api/v1/master/lists/2063431",
                    "method": "GET"
                }
            ]
        },
        {
            "object": {
                "commonName": "X1List1",
                "oid": "2063435",
                "objectType": "X1List"
            },
            "links": [
                {
                    "rel": "self",
                    "href": "https://marnix.xelion.nl/api/v1/master/lists/2063435",
                    "method": "GET"
                }
            ]
        }
        ]
        "meta": {
        "links": [
            {
                "rel": "refresh",
                "href": "https://marnix.xelion.nl/api/v1/master/addressables/2062989/listed_on",
                "method": "GET"
            },
            {
                "rel": "next",
                "href": "https://marnix.xelion.nl/api/v1/master/addressables/2062989/listed_on?after=2063435",
                "method": "GET"
            },
            {
                "rel": "previous",
                "href": "https://marnix.xelion.nl/api/v1/master/addressables/2062989/listed_on?before=2063431",
                "method": "GET"
            }
        ],
        "paging": {
            "previousId": "2063431",
            "nextId": "2063435"
        }
    }
}