Skip to main content
Skip table of contents

Get entries (GET)

Get all manifest entries of certain manifest is a Notify API method that can be used to get entry information of a manifest.


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

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

  • {id} is the manifest id.


Examples

Get manifest entries

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/entries

Response code:

200 (OK)

Response body:

JSON
[
  {
    "id": "d846a814-f7d6-4dcc-b04e-01ffbc075295",
    "batch": 1618916457230,
    "sourceFile": "azure://example.blob.core.windows.net/source_data/taxidata/ratecode_description.batch.1618916457230.csv.gz"
  },
  {
    "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.