webMethods OneData 10.11 | Managing Master Data with webMethods OneData | Developing for webMethods OneData | RESTful Web Services | REST URL Parameters
 
REST URL Parameters
 
alternateKey
auditColumns
auditComment
baseVersion
batchSize
dateFormat
decode
description
enableDQMode
enableEQRetrigger
filter
fkRelDescDisplayFormat
lowVolumeLoad
numberOfThreads
objectNamePrefixedInXSD
pageNum
partialCommit
processingMode
responseLogLevel
returnColumns
schema_id
skipEmptyColumns
sortColumn and sortOrder
sourceSystem
svcLogLevel
wildCardOP
Request Parameters by HTTP Methods
You can use parameters to customize the request URL for REST. The format for the request parameter in a request URL is:
http://[hostname]:[port]/[contextRoot]/rest/[repositoryId]/[projectName]/[type]/[objectName]?[request_parameter]=[value]
All request parameters are case sensitive. To add a parameter to the filter, you must append it to the REST URL.
Except for partialCommit and batchSize, webMethods OneData treats all parameters in an identical manner in both XML and JSON resource representations.