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
- 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
Connector
Get a connector
GET
/
api2
/
v1
/
connectors
/
{connectorId}
Get a connector
Copy
Ask AI
curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/connectors/{connectorId}
Copy
Ask AI
{
"id": "<string>",
"name": "<string>",
"type": "AEM_PLUGIN",
"organization": {
"id": "<string>",
"name": "<string>"
},
"createdBy": {
"id": "<string>",
"name": "<string>"
},
"createdAt": "2023-11-07T05:31:56Z",
"localToken": "<string>",
"automatedProjectSettings": [
{
"id": "<string>",
"name": "<string>",
"organization": {
"id": "<string>",
"name": "<string>"
},
"active": true,
"sourceLang": "<string>",
"targetLangs": [
"<string>"
],
"connector": {
"id": "<string>",
"name": "<string>"
},
"remoteFolder": "<string>"
}
]
}
Path Parameters
Response
200
application/json
successful operation
The response is of type object
.
Was this page helpful?
Get a connector
Copy
Ask AI
curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/connectors/{connectorId}
Copy
Ask AI
{
"id": "<string>",
"name": "<string>",
"type": "AEM_PLUGIN",
"organization": {
"id": "<string>",
"name": "<string>"
},
"createdBy": {
"id": "<string>",
"name": "<string>"
},
"createdAt": "2023-11-07T05:31:56Z",
"localToken": "<string>",
"automatedProjectSettings": [
{
"id": "<string>",
"name": "<string>",
"organization": {
"id": "<string>",
"name": "<string>"
},
"active": true,
"sourceLang": "<string>",
"targetLangs": [
"<string>"
],
"connector": {
"id": "<string>",
"name": "<string>"
},
"remoteFolder": "<string>"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.