v1
latestOpenAPI 3.1.02026-07-2466150275.0 KBPublic URLs
Search Public URLs
Search for configured public URLs.
Keyword are searched for in the name, and entity fields.
get/v1/public-access/
Query parameters
querystring nullable
skipinteger nullable
limitinteger nullable
sort_direction'asc' | 'desc'
Direction to sort the sort_column - ascending or descending.
date_startstring date-time nullable
date_cut_offstring date-time nullable
sort_column'updated_at' | 'created_at' | 'id'
Which column to sort on
Response
Successful Response
Example response
{
"data": [
{
"id": 1,
"url": "https://portal.salussafety.io/public/action/86E69EFA-2A59-4A38-BBC6-AA6AA62BFB08",
"name": "Downtown Info Packet",
"entity": "bundle",
"shortCode": "de8b0x"
}
]
}