System

Get System

  • GET /system.json will return all api systems in an array.

Query parameters accepted by system

system is select2 friendly and will accept the url parameters of Page,Term,Id.

{
    "total": 5,
    "items": [
        {
            "id": 1,
            "text": "EDDMapS"
        },
        {
            "id": 2,
            "text": "Bugwood Images"
        },
        {
            "id": 3,
            "text": "Bugwood Video"
        },
        {
            "id": 4,
            "text": "Bugwood Presents"
        },
        {
            "id": 5,
            "text": "Resource Database"
        }
    ]
}