Last active
July 3, 2017 10:46
-
-
Save wiibaa/57907ab3ee9fe6161e5037c2ff2ac95d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"size": 2, | |
"limit": 25, | |
"isLastPage": true, | |
"values": [{ | |
"anchor": { | |
"id": 15815, | |
"version": 1, | |
"text": "Some comment text", | |
"author": { | |
"name": "emweberph", | |
"emailAddress": "[email protected]", | |
"id": 8447, | |
"displayName": "WEBER Philippe", | |
"active": true, | |
"slug": "emweberph", | |
"type": "NORMAL", | |
"links": { | |
"self": [{ | |
"href": "https://example.com/stash/users/emweberph" | |
}] | |
} | |
}, | |
"createdDate": 1498743835901, | |
"updatedDate": 1498744254487, | |
"type": "COMMENT" | |
}, | |
"author": { | |
"name": "emweberph", | |
"emailAddress": "[email protected]", | |
"id": 8447, | |
"displayName": "WEBER Philippe", | |
"active": true, | |
"slug": "emweberph", | |
"type": "NORMAL", | |
"links": { | |
"self": [{ | |
"href": "https://example.com/stash/users/emweberph" | |
}] | |
} | |
}, | |
"createdDate": 1498744008000, | |
"id": 503, | |
"text": "One task text", | |
"state": "RESOLVED", | |
"permittedOperations": { | |
"deletable": false, | |
"editable": false, | |
"transitionable": true | |
} | |
}, | |
{ | |
"anchor": { | |
"id": 15815, | |
"version": 1, | |
"text": "Some comment text", | |
"author": { | |
"name": "emweberph", | |
"emailAddress": "[email protected]", | |
"id": 8447, | |
"displayName": "WEBER Philippe", | |
"active": true, | |
"slug": "emweberph", | |
"type": "NORMAL", | |
"links": { | |
"self": [{ | |
"href": "https://example.com/stash/users/emweberph" | |
}] | |
} | |
}, | |
"createdDate": 1498743835901, | |
"updatedDate": 1498744254487, | |
"type": "COMMENT" | |
}, | |
"author": { | |
"name": "emweberph", | |
"emailAddress": "[email protected]", | |
"id": 8447, | |
"displayName": "WEBER Philippe", | |
"active": true, | |
"slug": "emweberph", | |
"type": "NORMAL", | |
"links": { | |
"self": [{ | |
"href": "https://example.com/stash/users/emweberph" | |
}] | |
} | |
}, | |
"createdDate": 1498744027000, | |
"id": 504, | |
"text": "Second task text", | |
"state": "RESOLVED", | |
"permittedOperations": { | |
"deletable": false, | |
"editable": false, | |
"transitionable": true | |
} | |
} | |
], | |
"start": 0 | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"anchor": { | |
"properties": { | |
"repositoryId": 183 | |
}, | |
"id": 15885, | |
"version": 0, | |
"text": "Test comment", | |
"author": { | |
"name": "emweberph", | |
"emailAddress": "[email protected]", | |
"id": 8447, | |
"displayName": "WEBER Philippe", | |
"active": true, | |
"slug": "emweberph", | |
"type": "NORMAL", | |
"links": { | |
"self": [{ | |
"href": "https://example.com/stash/users/emweberph" | |
}], | |
} | |
}, | |
"createdDate": 1499078279129, | |
"updatedDate": 1499078279129, | |
"permittedOperations": { | |
"editable": true, | |
"deletable": true | |
}, | |
"type": "COMMENT" | |
}, | |
"author": { | |
"name": "emweberph", | |
"emailAddress": "[email protected]", | |
"id": 8447, | |
"displayName": "WEBER Philippe", | |
"active": true, | |
"slug": "emweberph", | |
"type": "NORMAL", | |
"links": { | |
"self": [{ | |
"href": "https://example.com/stash/users/emweberph" | |
}], | |
} | |
}, | |
"createdDate": 1499078682000, | |
"id": 505, | |
"text": "TEst from REST API", | |
"state": "OPEN", | |
"permittedOperations": { | |
"deletable": true, | |
"editable": true, | |
"transitionable": true | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"anchor": { | |
"id": 15885, | |
"type": "COMMENT" | |
}, | |
"text": "TEst from REST API" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment