System Patron Messages

List System-defined Patron Messages

GET /api/.../patronmessages

Returns all Polaris system-defined messages associated with a language ID.

GET /api/.../patronmessages?orgid={id}

Returns all Polaris system-defined messages associated with a language ID for a given branch.

Request Information

Language ID is part of URL.

Parameters
Name Type Required Description
orgid Integer Yes The organization Id for which you are requesting system-defined messages.

Response Information

Example
application/json, text/json
[
    {
        "MessageID": 1,
        "LanguageID": 1033,
        "MessageValue": "Please stop by the circulation desk to pick up your class materials."
    },
    {
        "MessageID": 3,
        "LanguageID": 1033,
        "MessageValue": "Annual book sale coming soon!"
    },
    {
        "MessageID": 4,
        "LanguageID": 1033,
        "MessageValue": "View your account online to pay fines, renew items and place requests."
    }
]

HTTP Response Codes

Code Description
200 OK. Success