Skip to main content
Skip table of contents

Get entry (GET)

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


See also:


Usage

Request method:
GET

Request URL:

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

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

  • {id} is the manifest id

  • {entryId} is the manifest entry id.


Examples

Get manifest entry

Property

Value

sourceSystemName

taxidata

sourceEntityName

ratecode_description

id

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

entryId

d46c6bfd-fbfd-46f4-a8b8-44084006193f

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/entries/d46c6bfd-fbfd-46f4-a8b8-44084006193f

Response code:

200 (OK)

Response body:

JSON
{
    "id": "d46c6bfd-fbfd-46f4-a8b8-44084006193f",
    "batch": 1618916378963,
    "sourceFile": "azure://example.blob.core.windows.net/source_data/taxidata/ratecode_description.batch.1618916378963.csv.gz"
}
JavaScript errors detected

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

If this problem persists, please contact our support.