Retrieve Valid Field Data List By Code
- 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Retrieve Valid Field Data List By Code
- Updated on 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get
/sys-rest-api/rest/1/uevalidfielddata
Query Standards
Finder
Following row finders are available for data filtering and optimizing request performance.
- Select by Row Finder
- By UUID
Select by Row Finder
Recommended finder parameters. Refer to Query Parameters for example.
Parameter | Description | Sample |
---|---|---|
fieldValue | Field Value | Y |
fieldCode | Field Code | DEPLOYED2 |
By UUID
This is an optional finder for querying a specific Valid Field Data by row ID.
Parameter | Description | Sample |
---|---|---|
/VUUID | The VUuid attribute is the Unique row ID | /sys-rest-api/rest/1/uevalidfielddata/F291FEBDBFFF282FE05316821FAC71D4 |
Security
HTTP
Type basic
Basic authentication
Query parameters
finder
string
ExampleselectByFieldCode;fieldValue=Y, fieldCode=DEPLOYED2
limit
integer
Example500
offset
integer
Example0
totalResults
boolean
Exampletrue
orderBy
string
ExampleUevfdFieldCode:desc
Responses
200
OK
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourcecollection+json
{
"items": [
{
"UevfdFieldCode": "DEPLOYED2",
"UevfdDisplayOrder": "000001",
"UevfdDataValue": "Y",
"UevfdDataValueDesc": "Yes or positive",
"UevfdVUuid": "F291FEBDBFFF282FE05316821FAC71D4",
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/sys-rest-api/rest/1/uevalidfielddata/F291FEBDBFFF282FE05316821FAC71D4",
"name": "uevalidfielddata",
"kind": "item"
},
{
"rel": "canonical",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/sys-rest-api/rest/1/uevalidfielddata/F291FEBDBFFF282FE05316821FAC71D4",
"name": "uevalidfielddata",
"kind": "item"
}
]
}
],
"count": 1,
"hasMore": false,
"limit": 5,
"offset": 0,
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/sys-rest-api/rest/1/uevalidfielddata",
"name": "uevalidfielddata",
"kind": "collection"
}
]
}
object