Retrieve PM Meeting Tracks By Code
- 13 Jun 2025
- 1 Minute to read
- Print
- DarkLight
Retrieve PM Meeting Tracks By Code
- Updated on 13 Jun 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Get
/pm-rest-api/rest/1/pmmeetingtrack
Query Standards
Finder
Following row finders are available for data filtering and optimizing request performance.
- Select Meeting Track
- By UUID
Select Meeting Track
Recommended finder parameters. Refer to Query Parameters for example.
Parameter | Description | Sample |
---|---|---|
projCode | Project Code | 15600 |
compCode | Company Code | 001 |
By UUID
This is an optional finder for querying a specific PM Meeting Track by row ID.
Parameter | Description | Sample |
---|---|---|
/VUUID | The VUuid attribute is the Unique row ID | /pm-rest-api/rest/1/pmmeetingtrack/BEC6BF038D9C2AC1E05316821FACCD01 |
Security
HTTP
Type basic
Basic authentication
Query parameters
finder
string
ExampleselectMeetingTrack; projCode=15600, compCode=001
limit
integer
Example500
offset
integer
Example0
totalResults
boolean
Exampletrue
orderBy
string
ExamplePmmtVUuid:desc
Responses
200
OK
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourcecollection+json
{
"items": [
{
"PmmtCompCode": "001",
"PmmtFrequency": "BW",
"PmmtItemIdMask": "IT-**",
"PmmtMeetingIdMask": "OAC-****",
"PmmtMinutesFootnote": "All items noted above will be deemed true and accurate if the readers do not express their objections within the next seven days.",
"PmmtNextItemNum": null,
"PmmtNextMeetingNum": 1,
"PmmtNumberingFlag": "Y",
"PmmtProjCode": "15600",
"PmmtProjName": "JE Dunn Projects",
"PmmtTrackCode": "OAC",
"PmmtTrackName": "Owner Architect Contractor Meeting",
"PmmtVUuid": "BEC6BF038D9B2AC1E05316821FACCD01",
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmmeetingtrack/BEC6BF038D9B2AC1E05316821FACCD01",
"name": "pmmeetingtrack",
"kind": "item"
},
{
"rel": "canonical",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmmeetingtrack/BEC6BF038D9B2AC1E05316821FACCD01",
"name": "pmmeetingtrack",
"kind": "item"
}
]
},
{
"PmmtCompCode": "001",
"PmmtFrequency": "W",
"PmmtItemIdMask": "IT-**",
"PmmtMeetingIdMask": "SAFE-****",
"PmmtMinutesFootnote": "All items noted above will be deemed true and accurate if the readers do not express their objections within the next seven days.",
"PmmtNextItemNum": null,
"PmmtNextMeetingNum": 1,
"PmmtNumberingFlag": "Y",
"PmmtProjCode": "15600",
"PmmtProjName": "JE Dunn Projects",
"PmmtTrackCode": "SAFETY",
"PmmtTrackName": "Weekly Safety Meeting",
"PmmtVUuid": "BEC6BF038D9C2AC1E05316821FACCD01",
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmmeetingtrack/BEC6BF038D9C2AC1E05316821FACCD01",
"name": "pmmeetingtrack",
"kind": "item"
},
{
"rel": "canonical",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmmeetingtrack/BEC6BF038D9C2AC1E05316821FACCD01",
"name": "pmmeetingtrack",
"kind": "item"
}
]
}
],
"count": 2,
"hasMore": false,
"limit": 50,
"offset": 0,
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmmeetingtrack",
"name": "pmmeetingtrack",
"kind": "collection"
}
]
}
object