Get Days of Week

Get possible values for 'day of week'.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
{
    "results": [
        {
            "name": "MONDAY",
            "value": "Monday"
        },
        {
            "name": "TUESDAY",
            "value": "Tuesday"
        },
        {
            "name": "WEDNESDAY",
            "value": "Wednesday"
        },
        {
            "name": "THURSDAY",
            "value": "Thursday"
        },
        {
            "name": "FRIDAY",
            "value": "Friday"
        },
        {
            "name": "SATURDAY",
            "value": "Saturday"
        },
        {
            "name": "SUNDAY",
            "value": "Sunday"
        }
    ]
    // Additional detail omitted
}
📘

Traversing the Tree

The request URL in this example ends with the key day_of_week - returned by Get list of Dictionaries. (See Traversing the Tree for an overview.)

Language
Credentials
OAuth2
LoadingLoading…