Next Topic

Previous Topic

Book Contents

Get Agent Note

Gets an agent notes.

GET /assetmgmt/agent/notes

Headers

Response Codes

The table below explains each response code.

Response Code

Status

200

OK

403

Unauthorized - Need access to FID(s): 560206

500

Server Error

Sample Response Model

{ 
  "TotalRecords": 8, 
  "Result": [ 
    { 
      "Email": null, 
      "AgentGUID": "323682356031518", 
      "UserName": "kadmin", 
      "CreationDate": "2019-03-25T15:02:24.107", 
      "Description": "ddd", 
      "ID": 1 
    }, 
    { 
      "Email": null, 
      "AgentGUID": "323682356031518", 
      "UserName": "kadmin", 
      "CreationDate": "2019-03-25T15:02:27.48", 
      "Description": "ddd", 
      "ID": 2 
    }, 
    { 
      "Email": null, 
      "AgentGUID": "323682356031518", 
      "UserName": "kadmin", 
      "CreationDate": "2019-03-25T15:02:30.707", 
      "Description": "sdfsdf", 
      "ID": 3 
    }, 
    { 
      "Email": null, 
      "AgentGUID": "323682356031518", 
      "UserName": "kadmin", 
      "CreationDate": "2019-03-25T15:46:55.713", 
      "Description": "blahblahblah", 
      "ID": 4 
    }, 
    { 
      "Email": null, 
      "AgentGUID": "323682356031518", 
      "UserName": "kadmin", 
      "CreationDate": "2019-04-10T14:06:33.563", 
      "Description": "blah", 
      "ID": 14 
    }, 
    { 
      "Email": null, 
      "AgentGUID": "323682356031518", 
      "UserName": "kadmin", 
      "CreationDate": "2019-04-10T14:06:51.283", 
      "Description": "edite", 
      "ID": 15 
    } 
  ], 
  "ResponseCode": 200, 
  "Status": "OK", 
  "Error": "None" 
}