GET directory/get-before-and-after
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of BeforeAfterDtoName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Before | string |
None. |
|
After | string |
None. |
|
Description | string |
None. |
|
UploadDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "Before": "sample string 2", "After": "sample string 3", "Description": "sample string 4", "UploadDate": "2023-03-21T07:40:46.820658-07:00" }, { "Id": 1, "Before": "sample string 2", "After": "sample string 3", "Description": "sample string 4", "UploadDate": "2023-03-21T07:40:46.820658-07:00" } ]
application/xml, text/xml
Sample:
<ArrayOfBeforeAfterDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DrAhmedElMasryApi.Dto"> <BeforeAfterDto> <After>sample string 3</After> <Before>sample string 2</Before> <Description>sample string 4</Description> <Id>1</Id> <UploadDate>2023-03-21T07:40:46.820658-07:00</UploadDate> </BeforeAfterDto> <BeforeAfterDto> <After>sample string 3</After> <Before>sample string 2</Before> <Description>sample string 4</Description> <Id>1</Id> <UploadDate>2023-03-21T07:40:46.820658-07:00</UploadDate> </BeforeAfterDto> </ArrayOfBeforeAfterDto>