Pdts
Retrieves a PDT (Pre-Defined Type) by its name
Authorizations
AuthorizationstringRequired
Enter your Bearer token
organization_codestringRequired
Enter your organization code
Path parameters
pdtNamestringRequiredPattern:
[^\/#\?]+?Responses
200
Successful response
application/json
get
/api/pdts/{pdtName}200
Successful response
No content
Retrieves a specific PDT (Pre-Defined Type) by its name and ID
Authorizations
AuthorizationstringRequired
Enter your Bearer token
organization_codestringRequired
Enter your organization code
Path parameters
pdtNamestringRequiredPattern:
[^\/#\?]+?pdtIdstringRequiredPattern:
[^\/#\?]+?Responses
200
Successful response
application/json
get
/api/pdts/{pdtName}/{pdtId}200
Successful response
No content