Skip to main content

Access Request Ticket Details

apiVersionstring
Example: v1
data object
attrs object[]
  • Array [
  • namestring
    Example: ticketType
    displayNamestring
    Example: Ticket Type
    descriptionstring
    Example: Applicable ticket type from ticket catalog
    criteria object
    dataTypestring
    Example: string
    isRequiredboolean
    Example: true
    valuestring
    Example: Access Request
  • ]
  • contacts object[]
  • Array [
  • attrs object[]
  • Array [
  • namestring
    Example: ticketType
    displayNamestring
    Example: Ticket Type
    descriptionstring
    Example: Applicable ticket type from ticket catalog
    criteria object
    dataTypestring
    Example: string
    isRequiredboolean
    Example: true
    options object[]
  • Array [
  • valuestring
    Example: Primary
    defaultValueboolean
    Example: false
  • ]
  • ]
  • minCountinteger
    Example: 1
    maxCountinteger
    Example: 20
  • ]
  • individualAuthorized object
    attrs object[]
  • Array [
  • namestring
    Example: address
    displayNamestring
    Example: Address
    descriptionstring
    Example: Appropriate address for the individual authorized
    criteria object
    dataTypestring
    Example: string
    isRequiredboolean
    Example: false
  • ]
  • isRequiredboolean
    Example: false
    isrequiredboolean
    Example: false
    Access 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
    }