Working patterns

List working patterns

GET
/api/public/v3/working_patterns

Response Body

application/json

curl -X GET "https://example.com/api/public/v3/working_patterns"
{  "data": [    {      "id": 0,      "name": "string",      "monday_hours": "string",      "tuesday_hours": "string",      "wednesday_hours": "string",      "thursday_hours": "string",      "friday_hours": "string",      "saturday_hours": "string",      "sunday_hours": "string",      "created_at": "string",      "updated_at": "string"    }  ]}