GET api/Exame?operation={operation}&page={page}&pageSize={pageSize}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
operation | string |
Required |
|
page | integer |
Required |
|
pageSize | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ReleaseExameName | Description | Type | Additional information |
---|---|---|---|
Title | string |
None. |
|
UrlExame | string |
None. |
|
PublishedDate | date |
None. |
|
ImageId | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "Title": "sample string 1", "UrlExame": "sample string 2", "PublishedDate": "2021-03-05T20:17:24.6244709-03:00", "ImageId": "sample string 4" }, { "$ref": "1" } ]
application/xml, text/xml
Sample:
<ArrayOfReleaseExame xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dino.API.Controllers"> <ReleaseExame> <ImageId>sample string 4</ImageId> <PublishedDate>2021-03-05T20:17:24.6244709-03:00</PublishedDate> <Title>sample string 1</Title> <UrlExame>sample string 2</UrlExame> </ReleaseExame> <ReleaseExame> <ImageId>sample string 4</ImageId> <PublishedDate>2021-03-05T20:17:24.6244709-03:00</PublishedDate> <Title>sample string 1</Title> <UrlExame>sample string 2</UrlExame> </ReleaseExame> </ArrayOfReleaseExame>