POST api/Sections/{sectionId}/ProgressGenerator/Import/NotIncludedErrors/{documentId}

Gets an imported ProgressGenerator document errors list

Request Information

URI Parameters

NameDescriptionTypeAdditional information
documentId

globally unique identifier

Required

sectionId

string

None.

Body Parameters

Page
NameDescriptionTypeAdditional information
Number

integer

None.

Size

integer

None.

Skip

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "number": 1,
  "size": 2,
  "skip": 0
}

text/html

Sample:
{"number":1,"size":2,"skip":0}

application/xml, text/xml

Sample:
<Page xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.Application.Base.SortAndPage.Entities">
  <Number>1</Number>
  <Size>2</Size>
</Page>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IPagedListOfProgressGeneratorImportedDataNotIncludedProgressDto
NameDescriptionTypeAdditional information
Total

integer

None.

Items

Collection of ProgressGeneratorImportedDataNotIncludedProgressDto

None.

ItemsTotal

ProgressGeneratorImportedDataNotIncludedProgressDto

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.