Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1004 Bytes

get-images.md

File metadata and controls

42 lines (35 loc) · 1004 Bytes

http://api.molis.io/v1/images

Returns all image obj's of the authenticated user.

  • HTTP method: GET
  • Token required: Yes

####Parameters All parameters are optional, unless otherwise indicated.

Name Description Default Example
token required OAuth token ?token=ABC123
include_tags If true, every image object will come with a complete tag object array false ?inlude_tags=true

####Response fields

Array of image obj's

Note: Currently there is no pagination implemented. The endpoint will return all images, no matter how many there are. This will change soon.

Examples

todo