Skip to main content

Add Examine Pdf

GET 

/objects/examine/:id/pdf

Get PDF details

File must have been uploaded previously using the GET /objects/examine/pdf API.

Request

Path Parameters

    id stringrequired

    Identifier

Query Parameters

    siteId string

    Site Identifier

Responses

201 OK

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Schema

    fileinfo

    object

    fields

    object[]

    List of document fields

  • Array [

  • field string

    Name of Field

    value string

    Value of Field

  • ]

Loading...