Search Organisations


This request returns a list of organisations.

Resource

GET /addressables/organisations[?parameters]

Payload

None

Context

Authorization

User

Errors

Examples

Request
GET https://xelion.nl/api/v1/master/addressables/organisations
Response
{
    "data": [
        {
            "object": {
                "name": "Xelion B.V.",
                "commonName": "Xelion B.V.",
                "oid": "1041861",
                "objectType": "Organisation"
            },
            "links": [
                {
                    "rel": "self",
                    "href": "https://xelion.nl/api/v1/master/addressables/1041861",
                    "method": "GET"
                }
            ]
        },
        {
            "object": {
                "name": "The Business",
                "commonName": "The Business",
                "oid": "1591627",
                "objectType": "Organisation"
            },
            "links": [
                {
                    "rel": "self",
                    "href": "https://xelion.nl/api/v1/master/addressables/1591627",
                    "method": "GET"
                }
            ]
        },
        {
            "object": {
                "name": "Organise IT",
                "commonName": "Organise IT",
                "oid": "1608468",
                "objectType": "Organisation"
            },
            "links": [
                {
                    "rel": "self",
                    "href": "https://xelion.nl/api/v1/master/addressables/1608468",
                    "method": "GET"
                }
            ]
        }
    ],
    "meta": {
        "links": [
            {
                "rel": "refresh",
                "href": "https://xelion.nl/api/v1/master/addressables/organisations",
                "method": "GET"
            },
            {
                "rel": "next",
                "href": "https://xelion.nl/api/v1/master/addressables/organisations?after=1608468",
                "method": "GET"
            },
            {
                "rel": "previous",
                "href": "https://xelion.nl/api/v1/master/addressables/organisations?before=1041861",
                "method": "GET"
            }
        ],
        "paging": {
            "previousId": "1041861",
            "nextId": "1608468"
        }
    }
}