Skip to content

Get Import Program Member Failures

GET /bulk/v1/program/members/import/{batchId}/failures.json

Permissions Read-Write Lead

Build a request and mock the response

Method: GET
Path: /bulk/v1/program/members/import/{batchId}/failures.json
Tag: Bulk Import Program Members
Operation ID: getImportProgramMemberFailuresUsingGET

Returns the list of failures for the import batch job. Required Permissions: Read-Write Lead

Formats

  • Request: application/json
  • Response: application/json

Request

Path parameters

Name Type Required Description Constraints
batchId integer (int32) Yes Id of the import batch job.

Example request

GET {{base_url}}/bulk/v1/program/members/import/{{batchId}}/failures.json
Accept: application/json

Responses

200 — OK

Schema: model: ObservableOfInputStreamContent

Generated example

{}

Referenced models

Source

Generated from swagger-mapi.json.

Generated examples are inferred from the schema. They are illustrative and may not be valid production payloads.