GET api/AgencyNotes/LoadAgencyNotesById/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AgencyNotesDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Notes | string |
Required String length: inclusive between 0 and 1000 |
|
| UserId | integer |
None. |
|
| AssociatePipelineStatus | integer |
None. |
|
| AgencyNotesId | integer |
None. |
|
| NotesEditByName | string |
None. |
|
| TableId | string |
None. |
|
| CreateDate | date |
None. |
|
| ChangeDate | date |
None. |
|
| CreatedByName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Notes": "sample string 1",
"UserId": 2,
"AssociatePipelineStatus": 1,
"AgencyNotesId": 3,
"NotesEditByName": "sample string 4",
"TableId": "sample string 5",
"CreateDate": "2026-02-03T18:26:10.6076687-08:00",
"ChangeDate": "2026-02-03T18:26:10.6076687-08:00",
"CreatedByName": "sample string 6"
}