Retrieve Lookups
get
/icsapis/v1/lookups
Retrieves a list of lookups.
Request
Supported Media Types
- application/xml
- application/json
Query Parameters
- orderBy
-
Type:
stringOrders results by name or last updated time.- q
Type:stringFilters results by name.
Response
Supported Media Types
- application/json; charset=UTF-8
- application/xml; charset=UTF-8
200 Response
Successful operation
Body
Root Schema : DVMS
Type:
objectNested Schema : DVMItem
Type:
object- columnNames
-
Type:
string - created
-
Type:
string(date-time) - createdBy
-
Type:
string - description
-
Type:
string - id
-
Type:
string - lastUpdated
-
Type:
string(date-time) - lastUpdatedBy
-
Type:
string - lockedBy
-
Type:
string - lockedDate
-
Type:
string(date-time) - lockedDVM
-
Type:
booleanDefault Value:false - name
-
Type:
string - newDVM
-
Type:
booleanDefault Value:false - rowCount
-
Type:
integer(int32) - status
-
Type:
string
Nested Schema : Link
Type:
object- href
-
Type:
string - rel
-
Type:
string
400 Response
Malformed parameters