D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

Comments Resource

REST interface for the social networking library (comments).

GET /2/comments/get-comments-user

Request Parameters
name type description
Authorization header Bearer token, see https://dev.d4science.org/how-to-access-resources
Content-Type header application/json
Response Codes
code condition
200 The list of comments is put into the 'result' field
500 The error is reported into the 'message' field of the returned object
Response Body
media type data type description
application/json object (JSON)

Example

Request
GET /2/comments/get-comments-user
Content-Type: */*
Accept: application/json
Authorization: ...

                
...
                
              
Response
HTTP/1.1 200 OK
Content-Type: application/json

                
...
                
              

GET /2/comments/get-comments-user-by-time

Request Parameters
name type description constraints
Authorization header Bearer token, see https://dev.d4science.org/how-to-access-resources  
Content-Type header application/json  
time query required long, min: 0
Response Body
media type data type description
application/json object (JSON)

Example

Request
GET /2/comments/get-comments-user-by-time
Content-Type: */*
Accept: application/json
Authorization: ...

                
...
                
              
Response
HTTP/1.1 200 OK
Content-Type: application/json

                
...