ChangeTask is a JSON Structure definition published by ServiceNow, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.
{
"type": "object",
"description": "A task associated with a change request.",
"name": "ChangeTask",
"properties": {
"sys_id": {
"type": "string",
"description": "Unique identifier for the change task."
},
"number": {
"type": "string",
"description": "The human-readable task number."
},
"short_description": {
"type": "string",
"description": "A brief summary of the task."
},
"state": {
"type": "string",
"description": "The current state of the task."
},
"assigned_to": {
"type": "string",
"description": "The sys_id of the assigned user."
},
"change_request": {
"type": "string",
"description": "The sys_id of the parent change request."
},
"planned_start_date": {
"type": "datetime",
"description": "The planned start date for the task."
},
"planned_end_date": {
"type": "datetime",
"description": "The planned end date for the task."
}
},
"$schema": "https://json-structure.org/draft/2020-12/schema"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.