API Documentation
- Additional Workflow Step
- Analysis
- Async Request
- Authentication
- Bilingual File
- Business Unit
- Buyer
- Client
- Connector
- Conversations
- Cost Center
- Custom Fields
- Custom File Type
- Domain
- Due Date Scheme
- Email Template
- File
- Glossary
- Import settings
- Job
- GETGet Job Preview Package assets.
- GETDownload handover file(s)
- PUTUpload handover file
- DELDelete handover file
- GETList jobsdeprecated
- POSTCreate job
- PUTEdit jobs (batch)
- DELDelete job (batch)
- POSTDownload bilingual file
- POSTCompare jobs on workflow levels
- POSTCreate job from connector asynchronous download task
- POSTCopy Source to Target
- POSTNotify assigned users
- POSTPseudo-translate jobdeprecated
- POSTSearch jobs in project
- POSTGet segments count
- POSTUpdate source
- POSTUpdate target
- DELDelete all translations
- POSTGet Web Editor URLdeprecated
- GETGet custom fields
- PUTEdit custom fields (batch)
- POSTCreate custom field instances
- GETGet custom field
- PUTEdit custom field
- DELDelete custom field
- GETGet job
- PUTEdit job
- PATCHPatch job
- POSTCopy Source to Target job
- GETGet import settings for job
- PUTEdit job import settings
- GETDownload original file
- GETDownload preview file
- POSTDownload preview file
- GETGet PDF preview
- POSTPseudo-translates job
- GETGet segments
- POSTEdit job status
- POSTSplit job
- GETGet status changes
- GETDownload target filedeprecated
- GETGet target file's warnings
- POSTWildcard search job's translation memoriesdeprecated
- GETGet translation resources
- GETGet job's workflowStep
- GET
- 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
Job
Get segments
GET
/
api2
/
v1
/
projects
/
{projectUid}
/
jobs
/
{jobUid}
/
segments
Get segments
Copy
Ask AI
curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/jobs/{jobUid}/segments
Copy
Ask AI
{
"segments": [
{
"id": "<string>",
"source": "<string>",
"translation": "<string>",
"createdAt": 123,
"modifiedAt": 123,
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"modifiedBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"workflowLevel": 123,
"workflowStep": {
"id": "<string>",
"uid": "<string>",
"name": "<string>",
"abbr": "<string>",
"order": 123,
"lqaEnabled": true
}
}
]
}
Query Parameters
Required range:
x >= 0
Required range:
x >= 0
Response
200
application/json
successful operation
The response is of type object
.
Was this page helpful?
Get segments
Copy
Ask AI
curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/jobs/{jobUid}/segments
Copy
Ask AI
{
"segments": [
{
"id": "<string>",
"source": "<string>",
"translation": "<string>",
"createdAt": 123,
"modifiedAt": 123,
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"modifiedBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"workflowLevel": 123,
"workflowStep": {
"id": "<string>",
"uid": "<string>",
"name": "<string>",
"abbr": "<string>",
"order": 123,
"lqaEnabled": true
}
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.