Skip to main content
Skip table of contents

Get manifest (GET)

Get info of single manifest is a Notify API method that can be used to get information of a single manifest.


See also:


Usage

Request method:
GET

Request URL:

{base_url}/notify-api/tenants/local/installations/local/environments/local/source-systems/{sourceSystemName}/source-entities/{sourceEntityName}/manifests/{id}

where:

  • {base_url}, {sourceSystemName}, {sourceEntityName} see Notify API

  • {id} is the manifest id.


Examples

Get manifest information

Property

Value

sourceSystemName

taxidata

sourceEntityName

ratecode_description

id

c026bb41-e4c4-48bf-9ac6-06f3f2e44129

Request method:

GET

Request URL:

{base_url}/notify-api/tenants/local/installations/local/environments/local/source-systems/taxidata/source-entities/ratecode_description/manifests/c026bb41-e4c4-48bf-9ac6-06f3f2e44129

Response code:

200 (OK)

Response body:

JSON
{
  "id": "c026bb41-e4c4-48bf-9ac6-06f3f2e44129",
  "state": "NOTIFIED",
  "columns": [],
  "batch": 1618915514245,
  "fullscanned": true,
  "delim": "COMMA",
  "skiph": 1,
  "compression": "GZIP",
  "format": "CSV",
  "created": "2021-04-20T10:45:14.245846",
  "modified": "2021-04-20T11:55:36.523409"
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.