the request type object
a promise that resolves to a request type object
Delete request type
the request type id
a promise that resolves to a request type object
Delete request type by its display name
the request type display name
a promise that resolves to a request type object
Delete request types
OptionalresultCallback: ResultCallback<RequestTypeSkeleton>Optional callback to process individual results
promise that resolves to an array of request type objects
Export request type
the request type id
Optionaloptions: RequestTypeExportOptionsexport options
a promise that resolves to a request type export object
Export request type by its display name
the request type display name
Optionaloptions: RequestTypeExportOptionsexport options
a promise that resolves to a request type export object
Export all request types
Optionaloptions: RequestTypeExportOptionsexport options
a promise that resolves to a request type export object
Import request types
request type import data
OptionaltypeId: stringThe request type id. If supplied, only the request type of that id is imported. Takes priority over typeName if they are all provided.
OptionaltypeName: stringThe request type display name. If supplied, only the request type of that display name is imported.
Optionaloptions: RequestTypeImportOptionsimport options
OptionalresultCallback: ResultCallback<RequestTypeSkeleton>Optional callback to process individual results
the imported request types
Read request type
the request type id
a promise that resolves to a request type object
Read request type by its display name
the request type display name
a promise that resolves to a request type object
Read all request types
a promise that resolves to an array of request type objects
Update request type
the request type id
the request type object
a promise that resolves to a request type object
Create request type