Skip to main content

POST /seedlisting_public_reports

POST 

seedlisting_public_reports

Creates a publicly accessible report for the specified seedlisting, generating a unique link that can be shared

Request Body

seedlisting_id string Required
Identifier of the seedlisting for which to create a public report

Returns

  • dataobject
    • idstring
      Unique identifier of the seedlisting public report
    • seedlisting_idstring
      Identifier of the associated seedlisting test
    • uidstring
      Unique public identifier used for accessing the report data
    • linkstring
      Public URL link to access the report
    • timestamp_tostring
      Expiration timestamp indicating until when the public report is accessible
Error Codes

400 Bad Request

Bad Request

401 Unauthorized

Unauthorized

403 Forbidden

Forbidden

500 Internal Server Error

Internal server error