# Retrieve ProcessType Endpoint: GET /organisations/{orgId}/process-types/{processTypeId} Version: v2_28 Security: ApiKeyAuth ## Path parameters: - `processTypeId` (string, required) - `orgId` (string, required) The organisation identity ## Response 200 fields (application/json): - `id` (string) System or user assigned id field. - `name` (string, required) The name for the process type. - `recordState` (string) State of the record. Enum: "ACTIVE", "ARCHIVED" - `createdBy` (string) User who created the record. - `createdTime` (string) Date & Time that the record was created. - `updatedBy` (string) Last updated by user. - `updatedTime` (string) Date & Time that the record was last updated. ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 429 fields ## Response 500 fields