Access Request Ticket Details
apiVersionstring
Example:
v1data object
attrs object[]
Array [
namestring
Example:
ticketTypedisplayNamestring
Example:
Ticket Typedescriptionstring
Example:
Applicable ticket type from ticket catalogcriteria object
dataTypestring
Example:
stringisRequiredboolean
Example:
truevaluestring
Example:
Access Request]
contacts object[]
Array [
attrs object[]
Array [
namestring
Example:
ticketTypedisplayNamestring
Example:
Ticket Typedescriptionstring
Example:
Applicable ticket type from ticket catalogcriteria object
dataTypestring
Example:
stringisRequiredboolean
Example:
trueoptions object[]
Array [
valuestring
Example:
PrimarydefaultValueboolean
Example:
false]
]
minCountinteger
Example:
1maxCountinteger
Example:
20]
individualAuthorized object
attrs object[]
Array [
namestring
Example:
addressdisplayNamestring
Example:
Addressdescriptionstring
Example:
Appropriate address for the individual authorizedcriteria object
dataTypestring
Example:
stringisRequiredboolean
Example:
false]
isRequiredboolean
Example:
falseisrequiredboolean
Example:
falseAccess Request Ticket Details
{
"apiVersion": "v1",
"data": {
"attrs": [
{
"name": "ticketType",
"displayName": "Ticket Type",
"description": "Applicable ticket type from ticket catalog",
"criteria": {
"dataType": "string",
"isRequired": true
},
"value": "Access Request"
}
],
"contacts": [
{
"attrs": [
{
"name": "ticketType",
"displayName": "Ticket Type",
"description": "Applicable ticket type from ticket catalog",
"criteria": {
"dataType": "string",
"isRequired": true
},
"options": [
{
"value": "Primary",
"defaultValue": false
}
]
}
],
"minCount": 1,
"maxCount": 20
}
],
"individualAuthorized": {
"attrs": [
{
"name": "address",
"displayName": "Address",
"description": "Appropriate address for the individual authorized",
"criteria": {
"dataType": "string",
"isRequired": false
}
}
],
"isRequired": false
}
},
"isrequired": false
}