Notice Type List
Number of results
Use limit
to control the number of objects in the response (max 100)
Example - /config/notice_types/?limit=2
Format
Switch to JSON output - /config/notice_types/?format=json
Help
Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs
GET /2.3.0/config/notice_types/?format=api&ordering=name
{
"count": 2,
"next": null,
"previous": null,
"results": [
{
"id": 2,
"name": "NOTAM"
},
{
"id": 1,
"name": "Public Notice Cameron County"
}
]
}