Skip to content

Instantly share code, notes, and snippets.

@Dalmirog-zz
Created March 29, 2016 13:20
Show Gist options
  • Select an option

  • Save Dalmirog-zz/b5ab827fbf3f0690cddb to your computer and use it in GitHub Desktop.

Select an option

Save Dalmirog-zz/b5ab827fbf3f0690cddb to your computer and use it in GitHub Desktop.
{
"ItemType": "Interruption",
"IsStale": false,
"TotalResults": 1,
"ItemsPerPage": 30,
"Items": [
{
"Id": "Interruptions-61",
"Title": "Manual intervention",
"Created": "2016-02-10T17:13:58.287+00:00",
"IsPending": false,
"Form": {
"Values": {
"Instructions": "",
"Notes": "",
"Result": "Abort"
},
"Elements": [
{
"Name": "Instructions",
"Control": {
"Type": "Paragraph",
"Text": "asd"
},
"IsValueRequired": false
},
{
"Name": "Notes",
"Control": {
"Type": "TextArea",
"Label": "Notes"
},
"IsValueRequired": false
},
{
"Name": "Result",
"Control": {
"Type": "SubmitButtonGroup",
"Buttons": [
{
"Text": "Proceed",
"Value": "Proceed"
},
{
"Text": "Abort",
"Value": "Abort"
}
]
},
"IsValueRequired": false
}
]
},
"RelatedDocumentIds": [
"Deployments-575",
"ServerTasks-1238",
"Projects-1",
"Environments-1"
],
"ResponsibleTeamIds": [
"teams-administrators"
],
"ResponsibleUserId": "Users-1",
"CanTakeResponsibility": true,
"HasResponsibility": true,
"TaskId": "ServerTasks-1238",
"CorrelationId": "ServerTasks-1238_3CNQYK99QP/878018b3c8c946f18c6fccb7955c6ce8",
"Links": {
"Self": "/api/interruptions/Interruptions-61",
"Submit": "/api/interruptions/Interruptions-61/submit",
"Responsible": "/api/interruptions/Interruptions-61/responsible",
"User": "/api/users/Users-1"
}
}
],
"Links": {
"Self": "/api/interruptions?regarding=&pendingOnly=False",
"Template": "/api/interruptions{?skip,regarding,pendingOnly}",
"Page.Current": "/api/interruptions?skip=0&regarding=&pendingOnly=False",
"Page.0": "/api/interruptions?skip=0&regarding=&pendingOnly=False"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment