API Documentation
- Additional Workflow Step
- Analysis
- Async Request
- Authentication
- Bilingual File
- Business Unit
- Buyer
- Client
- Connector
- Conversations
- POSTFind all conversation
- POSTSearch conversation by project
- GETList all conversations
- GETList LQA conversations
- GETGet LQA conversation
- PUTEdit LQA conversationdeprecated
- DELDelete LQA conversation
- POSTAdd LQA commentdeprecated
- PUTEdit LQA commentdeprecated
- DELDelete LQA comment
- GETList plain conversations
- POSTCreate plain conversationdeprecated
- GETGet plain conversation
- PUTEdit plain conversation
- DELDelete plain conversation
- POSTAdd plain commentdeprecated
- PUTEdit plain commentdeprecated
- DELDelete plain comment
- POST
- Cost Center
- Custom Fields
- Custom File Type
- Domain
- Due Date Scheme
- Email Template
- File
- Glossary
- Import settings
- Job
- Language AI
- Language Quality Assessment
- Machine Translation
- Machine Translation Settings
- Mapping
- Net Rate Scheme
- Notifications
- Price List
- Project
- Project Reference File
- Project Template
- Provider
- Quality Assurance
- Quote
- SCIM
- Segmentation Rules
- Service
- Spell Check
- SubDomain
- Supported Languages
- Term Base
- Translation
- Translation Memory
- User
- Vendor
- Webhook
- Workflow Step
- XML Assistant
Conversations
Search conversation by project
This endpoint is allowed only to PM and ADMIN roles.
POST
/
api2
/
v1
/
jobs
/
conversations
/
searchByProject
Search conversation by project
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/jobs/conversations/searchByProject \
--header 'Content-Type: application/json' \
--data '{
"jobPartUidRef": {
"uid": "<string>"
},
"since": "2024-07-21T10:15:27.819Z",
"includeDeleted": true,
"status": "<string>",
"text": "<string>",
"mentionedUid": "<string>",
"pageRequest": {
"pageNumber": 123,
"pageSize": 123,
"sort": {
"orders": [
{
"direction": "ASC",
"property": "<string>"
}
]
}
}
}'
Copy
Ask AI
{
"totalElements": 123,
"totalPages": 123,
"pageSize": 123,
"pageNumber": 123,
"numberOfElements": 123,
"content": [
{
"id": "<string>",
"type": "<string>",
"dateCreated": "2023-11-07T05:31:56Z",
"dateModified": "2023-11-07T05:31:56Z",
"dateEdited": "2023-11-07T05:31:56Z",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>",
"unavailable": true,
"jobRoles": [
{
"type": "PROJECT_OWNER",
"workflowStep": {
"id": 123,
"abbreviation": "<string>",
"name": "<string>",
"workflowLevel": 123,
"workflowStep": {
"name": "<string>",
"uid": "<string>",
"id": "<string>",
"order": 123,
"lqaEnabled": true
}
},
"organizationType": "VENDOR"
}
]
},
"comments": [
{
"id": "<string>",
"text": "<string>",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>",
"unavailable": true,
"jobRoles": [
{
"type": "PROJECT_OWNER",
"workflowStep": {
"id": 123,
"abbreviation": "<string>",
"name": "<string>",
"workflowLevel": 123,
"workflowStep": {
"name": "<string>",
"uid": "<string>",
"id": "<string>",
"order": 123,
"lqaEnabled": true
}
},
"organizationType": "VENDOR"
}
]
},
"dateCreated": "2023-11-07T05:31:56Z",
"dateModified": "2023-11-07T05:31:56Z",
"mentions": [
{
"mentionType": "USER",
"mentionGroupType": "JOB",
"uidReference": {
"uid": "<string>"
},
"userReferences": [
{
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>",
"unavailable": true,
"jobRoles": [
{
"type": "PROJECT_OWNER",
"workflowStep": {
"id": 123,
"abbreviation": "<string>",
"name": "<string>",
"workflowLevel": 123,
"workflowStep": {
"name": "<string>",
"uid": "<string>",
"id": "<string>",
"order": 123,
"lqaEnabled": true
}
},
"organizationType": "VENDOR"
}
]
}
],
"mentionableGroup": {
"groupType": "JOB",
"groupName": "<string>",
"groupReference": {
"uid": "<string>"
}
},
"tag": "<string>"
}
]
}
],
"status": {
"name": "resolved",
"by": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>",
"unavailable": true,
"jobRoles": [
{
"type": "PROJECT_OWNER",
"workflowStep": {
"id": 123,
"abbreviation": "<string>",
"name": "<string>",
"workflowLevel": 123,
"workflowStep": {
"name": "<string>",
"uid": "<string>",
"id": "<string>",
"order": 123,
"lqaEnabled": true
}
},
"organizationType": "VENDOR"
}
]
},
"date": "2023-11-07T05:31:56Z"
},
"deleted": true
}
],
"sort": {
"orders": [
{
"direction": "ASC",
"property": "<string>"
}
]
}
}
Body
application/json
Response
200
application/json
successful operation
The response is of type object
.
Was this page helpful?
Search conversation by project
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/jobs/conversations/searchByProject \
--header 'Content-Type: application/json' \
--data '{
"jobPartUidRef": {
"uid": "<string>"
},
"since": "2024-07-21T10:15:27.819Z",
"includeDeleted": true,
"status": "<string>",
"text": "<string>",
"mentionedUid": "<string>",
"pageRequest": {
"pageNumber": 123,
"pageSize": 123,
"sort": {
"orders": [
{
"direction": "ASC",
"property": "<string>"
}
]
}
}
}'
Copy
Ask AI
{
"totalElements": 123,
"totalPages": 123,
"pageSize": 123,
"pageNumber": 123,
"numberOfElements": 123,
"content": [
{
"id": "<string>",
"type": "<string>",
"dateCreated": "2023-11-07T05:31:56Z",
"dateModified": "2023-11-07T05:31:56Z",
"dateEdited": "2023-11-07T05:31:56Z",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>",
"unavailable": true,
"jobRoles": [
{
"type": "PROJECT_OWNER",
"workflowStep": {
"id": 123,
"abbreviation": "<string>",
"name": "<string>",
"workflowLevel": 123,
"workflowStep": {
"name": "<string>",
"uid": "<string>",
"id": "<string>",
"order": 123,
"lqaEnabled": true
}
},
"organizationType": "VENDOR"
}
]
},
"comments": [
{
"id": "<string>",
"text": "<string>",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>",
"unavailable": true,
"jobRoles": [
{
"type": "PROJECT_OWNER",
"workflowStep": {
"id": 123,
"abbreviation": "<string>",
"name": "<string>",
"workflowLevel": 123,
"workflowStep": {
"name": "<string>",
"uid": "<string>",
"id": "<string>",
"order": 123,
"lqaEnabled": true
}
},
"organizationType": "VENDOR"
}
]
},
"dateCreated": "2023-11-07T05:31:56Z",
"dateModified": "2023-11-07T05:31:56Z",
"mentions": [
{
"mentionType": "USER",
"mentionGroupType": "JOB",
"uidReference": {
"uid": "<string>"
},
"userReferences": [
{
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>",
"unavailable": true,
"jobRoles": [
{
"type": "PROJECT_OWNER",
"workflowStep": {
"id": 123,
"abbreviation": "<string>",
"name": "<string>",
"workflowLevel": 123,
"workflowStep": {
"name": "<string>",
"uid": "<string>",
"id": "<string>",
"order": 123,
"lqaEnabled": true
}
},
"organizationType": "VENDOR"
}
]
}
],
"mentionableGroup": {
"groupType": "JOB",
"groupName": "<string>",
"groupReference": {
"uid": "<string>"
}
},
"tag": "<string>"
}
]
}
],
"status": {
"name": "resolved",
"by": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>",
"unavailable": true,
"jobRoles": [
{
"type": "PROJECT_OWNER",
"workflowStep": {
"id": 123,
"abbreviation": "<string>",
"name": "<string>",
"workflowLevel": 123,
"workflowStep": {
"name": "<string>",
"uid": "<string>",
"id": "<string>",
"order": 123,
"lqaEnabled": true
}
},
"organizationType": "VENDOR"
}
]
},
"date": "2023-11-07T05:31:56Z"
},
"deleted": true
}
],
"sort": {
"orders": [
{
"direction": "ASC",
"property": "<string>"
}
]
}
}
Assistant
Responses are generated using AI and may contain mistakes.