Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Latest commit

 

History

History
41 lines (21 loc) · 808 Bytes

IMAGE_RETRIEVER_API_DOC.md

File metadata and controls

41 lines (21 loc) · 808 Bytes

Image retriever API documentation

In this file is explained how to retrieve images directly from the endpoint enabled for this.

Retrieve Feed picture

To retrieve feed images you must be to do a request to this endpoint:

GET /file/picture

With this parameters:

  • type : feed

  • id : Feed unique OID

Retrieve User profile picture

With picture OID

To retrieve user profile picture based on the picture OID you must be to do a request to this endpoint:

GET /file/picture

With this parameters:

  • type : user

  • id : User profile picture unique OID

With username

To retrieve user profile picture based on the username you must be to do a request to this endpoint:

GET /file/picture

With this parameters:

  • type : username

  • username : User unique username