New API version v7.7.0 has been released! 🎉
REST Documentation
List Location Lists

Get All Location Lists

You can use this endpoint to retrieve a paginated list of all location lists.

Request

GET /api/v1/location-lists
curl --request GET \
     --url 'https://www.zep-online.de/zepinstanz/next/api/v1/location-lists' \
     --header 'Accept: application/json' \
     --header 'Authorization: Bearer {token}'

Response

{
	"data": [
        {
            "id": 1,
            "name": "Main Office Locations",
            "description": "Primary office locations for the company",
            "created": "2024-01-15T10:30:00.000000Z",
            "modified": "2024-01-15T10:30:00.000000Z"
        },
        {
            "id": 2,
            "name": "Remote Work Locations",
            "description": "Approved remote work locations",
            "created": "2024-02-01T14:20:00.000000Z",
            "modified": "2024-02-01T14:20:00.000000Z"
        }
	]
}

Optional Parameters

  • Name
    limit
    Type
    integer
    Description

    Attribute for limiting the number of entries per page.