Retrieve OM Competitors By Code
- 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Retrieve OM Competitors 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
/om-rest-api/rest/1/omcompetitor
Query Standards
Finder
Following row finders are available for data filtering and optimizing request performance.
- Select Competitor
- By UUID
Select Competitor
Recommended finder parameters. Refer to Query Parameters for example.
Parameter | Description | Sample |
---|---|---|
competitorCode | Competitor Code | WILEY |
By UUID
This is an optional finder for querying a specific Competitor by row ID.
Parameter | Description | Sample |
---|---|---|
/VUUID | The VUuid attribute is the Unique row ID | /om-rest-api/rest/1/omcompetitor/B41F5545C27BA908E053B08610AC2C73 |
Security
HTTP
Type basic
Basic authentication
Query parameters
finder
string
ExampleselectCompetitor; competitorCode=WILEY
limit
integer
Example500
offset
integer
Example0
totalResults
boolean
Exampletrue
orderBy
string
ExampleOmcVUuid:desc
Responses
200
OK
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourcecollection+json
{
"items": [
{
"OmcCompetitorCode": "WILEY",
"OmcName": "Wiley Construction Inc.",
"OmcProductName": null,
"OmcStrengths": "Long established in the area",
"OmcWeaknesses": "Small company doing mostly specialty work.",
"OmcRating": "75",
"OmcPartnCode": null,
"OmcPartnTypeCode": null,
"OmcContactCode": null,
"OmcOpportunities": "Position our overall experience and diversity",
"OmcThreats": "Personal reslationships with university.",
"OmcIuCreateDate": "2015-06-26T02:29:17Z",
"OmcIuCreateUser": "BILL",
"OmcIuUpdateDate": null,
"OmcIuUpdateUser": null,
"OmcVUuid": "B41F5545C27BA908E053B08610AC2C73",
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/om-rest-api/rest/1/omcompetitor/B41F5545C27BA908E053B08610AC2C73",
"name": "omcompetitor",
"kind": "item"
},
{
"rel": "canonical",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/om-rest-api/rest/1/omcompetitor/B41F5545C27BA908E053B08610AC2C73",
"name": "omcompetitor",
"kind": "item"
}
]
}
],
"count": 1,
"hasMore": false,
"limit": 50,
"offset": 0,
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/om-rest-api/rest/1/omcompetitor",
"name": "omcompetitor",
"kind": "collection"
}
]
}
object