Library

Number of APIs: 11

The Libraries endpoints allow you to navigate the libraries to which you have access programmatically.

With this endpoint, you can retrieve information about your surveys and the blocks and questions that make up those surveys. You can do CRUD operations on messages within your library, and you can add and delete graphics from the library.

Contact Support: Name: Support

  1. libraries-{libraryId}-survey-questions - List Library Questions GET {{baseUrl}}/libraries/:libraryId/survey/questions?offset=0

  2. libraries-{libraryId}-survey-surveys - List Library Surveys GET {{baseUrl}}/libraries/:libraryId/survey/surveys?offset=0

  3. libraries-{libraryId}-messages-{messageId} - Get Library Message GET {{baseUrl}}/libraries/:libraryId/messages/:messageId

  4. libraries-{libraryId}-messages-{messageId} - Update Library Message PUT {{baseUrl}}/libraries/:libraryId/messages/:messageId

  5. libraries-{libraryId}-messages-{messageId} - Delete Library Message DELETE {{baseUrl}}/libraries/:libraryId/messages/:messageId

  6. libraries-{libraryId}-messages - List Library Messages GET {{baseUrl}}/libraries/:libraryId/messages?category=pdggv&offset=0

  7. libraries-{libraryId}-messages - Create Library Message POST {{baseUrl}}/libraries/:libraryId/messages

  8. libraries-{libraryId}-graphics-{graphicId} - Delete Graphic DELETE {{baseUrl}}/libraries/:libraryId/graphics/:graphicId

  9. libraries-{libraryId}-survey-blocks - List Library Blocks GET {{baseUrl}}/libraries/:libraryId/survey/blocks?offset=0

  10. libraries-{libraryId}-graphics - Upload Graphic POST {{baseUrl}}/libraries/:libraryId/graphics