Z T Activity Service Definition
ZTActivityServiceDefinition
Author
Alexandre Lemoult <a.lemoult@zhortech.com>
Functions
addComment
Link copied to clipboard
@POST(value = activity/comment )
Content copied to clipboard
addData
Link copied to clipboard
@POST(value = activity/addData )
Content copied to clipboard
addMediaFileToComment
Link copied to clipboard
@POST(value = activity/comment/{commentId}/mediafile )
Content copied to clipboard
addSegment
Link copied to clipboard
@POST(value = activity/addSegment )
Content copied to clipboard
addSegments
Link copied to clipboard
@POST(value = activity/addSegment )
Content copied to clipboard
deleteActivity
Link copied to clipboard
@DELETE(value = activity/{activityId} )
Content copied to clipboard
deleteComment
Link copied to clipboard
@DELETE(value = activity/comment/{commentId} )
Content copied to clipboard
deleteMediaFileFromComment
Link copied to clipboard
@DELETE(value = activity/comment/mediafile/{mediaFileId} )
Content copied to clipboard
getComment
Link copied to clipboard
@GET(value = activity/comment/{commentId} )
Content copied to clipboard
getComments
Link copied to clipboard
@GET(value = activity/comments/{activityId} )
Content copied to clipboard
getStatus
Link copied to clipboard
@GET(value = activity/status/{activityId} )
Content copied to clipboard
patchComment
Link copied to clipboard
@PATCH(value = activity/comment/{commentId} )
Content copied to clipboard
updateAttributes
Link copied to clipboard
@PATCH(value = activity/{activityId}/attributes )
Content copied to clipboard