Programs

Get a specific program by id

Retrieve a specific lab test program by its ID, scoped to the org.

get/programs/{program_id}

Path parameters

program_idstring required

Response

Successful Response

namestring required

Display name of the program.

descriptionstring nullable

Free-text description of the program.

idstring required

Unique identifier for the program

organization_idstring required

Organization this program belongs to.

created_bystring nullable

User ID of the user who created this program

created_by_emailstring nullable

Email of the user who created this program

created_atstring date-time required

Timestamp when the program was created

updated_atstring date-time required

Timestamp when the program was last updated

Changes

No recorded changes to this endpoint across all 1 revision of this API.