get https://api.workrails.com/beta/catalogs/
The Catalog Details endpoint returns all of the information stored around the catalog record.
Catalog Details Record
Name | Type | Description |
id | guid | auto-incremented id value of the record |
name | string | user submitted name of the record |
description | string | user submitted description of the record |
status | string | system generated status value |
created_by | guid | UID of User who created the record. |
created_at | datetime | Timestamp of when the record was created. |
updated_by | guid | UID of User who updated the record. |
updated_at | datetime | Timestamp of when the record was updated. |
deleted_by | guid | UID of User who deleted the record. |
deleted_at | datetime | Timestamp of when the record was marked as deleted. |