Show a program
/api/v1/programs/{program_uuid}
operationId: program.show
Base: https://portal.watcheye.com.au/api/v1/programs/{program_uuid}
Returns a single program by its UUID. Unknown UUIDs return 404.
Path parameters
| Field | Description |
|---|---|
program_uuidrequired |
string (uuid) The program UUID |
Responses
Program response
application/json
| Field | Description |
|---|---|
data |
object |
data. |
string (uuid) The program's UUID |
data. |
string A short obfuscated public identifier for the program (e.g. "P-123-456-789") |
data. |
string The display name of the program |
data. |
string Lifecycle status of the program:
|
data. |
array of strings Email addresses (max 5) that receive event report notifications for this program |
data. |
integer How long, in months, to keep entity data for. Permitted values: |
data. |
string Whether events from the same entity should be grouped into one event:
|
data. |
integer or null When |
data. |
string or null The risk level pre-filled when a new entity is added to this program:
|
data. |
string (date-time) ISO 8601 timestamp at which the program was created |
data. |
string (date-time) ISO 8601 timestamp at which the program was last updated |
api_reference |
string (uuid) |