GET api/Attachments/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Attachment| Name | Description | Type | Additional information |
|---|---|---|---|
| Title | string |
None. |
|
| FilePath | string |
None. |
|
| Id | integer |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| CreatedById | string |
None. |
|
| ModifiedById | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Title": "sample string 1",
"FilePath": "sample string 2",
"Id": 3,
"IsActive": true,
"CreatedDate": "2025-09-03T23:36:12.6498813+05:30",
"ModifiedDate": "2025-09-03T23:36:12.6498813+05:30",
"CreatedById": "sample string 5",
"ModifiedById": "sample string 6"
}