office

Here you find all available endpoints related to Followup CRM contacts. These endpoints are protected and you'll need an API Token.


In order to use the GET and POST requests, add to the header the following:

Key Value
Content-Type application/json
Accept application/json

GET /api/v1/file-data/office

Path Parameters

Examples


Request Example

/api/v1/file-data/office?api_token=YOUR_API_TOKEN


Response

{
    "success": true,
    "message": "Office Listing",
    "data": [
        {
            "id": 1,
            "team_id": 1,
            "code": "Onsite",
            "full_description": "Onsite",
            "short_description": "Onsite",
            "load_order": 0,
            "locked": 0,
            "created_at": "2020-12-02T11:17:47.000000Z",
            "updated_at": "2020-12-02T11:17:47.000000Z",
            "deleted_at": null,
            "legacy_id": null
        },
        {
            "id": 2,
            "team_id": 1,
            "code": "NOnsite",
            "full_description": "Never Been Onsite",
            "short_description": "Never Been Onsite",
            "load_order": 0,
            "locked": 0,
            "created_at": "2020-12-02T11:17:47.000000Z",
            "updated_at": "2020-12-02T11:17:47.000000Z",
            "deleted_at": null,
            "legacy_id": null
        },
        {
            "id": 18,
            "team_id": 1,
            "code": "gulberq",
            "full_description": "gulberq",
            "short_description": "gulberq",
            "load_order": 0,
            "locked": 0,
            "created_at": "2020-12-13T20:43:50.000000Z",
            "updated_at": "2020-12-13T20:43:50.000000Z",
            "deleted_at": null,
            "legacy_id": null
        },
        {
            "id": 19,
            "team_id": 1,
            "code": "gulberq",
            "full_description": "gulberq",
            "short_description": "gulberq",
            "load_order": 0,
            "locked": 0,
            "created_at": "2020-12-13T20:50:16.000000Z",
            "updated_at": "2020-12-13T20:50:16.000000Z",
            "deleted_at": null,
            "legacy_id": null
        },
        {
            "id": 20,
            "team_id": 1,
            "code": "gulberq",
            "full_description": "gulberq",
            "short_description": "gulberq",
            "load_order": 0,
            "locked": 0,
            "created_at": "2020-12-14T07:02:59.000000Z",
            "updated_at": "2020-12-14T07:02:59.000000Z",
            "deleted_at": null,
            "legacy_id": null
        }
    ]
}