Skip to main content

Get Jobs Names

Using this API you can get a list of job names both predefined and user created.

Endpoint

https://machinename:4443/GroupIDDataService/api/DataSyncJobs/Names

HTTP Method

GET

Sample Response Syntax

[
    {
        "name": "Move and Disable Objects In Active Directory",
        "type": "3"
    },
    {
        "name": "Linked Mailbox Creation In Active Directory",
        "type": "3"
    },
    {
        "name": "Move Objects in Active Directory",
        "type": "3"
    },
    {
        "name": "Sync GAL In Active Directory",
        "type": "3"
    },
    {
        "name": "NewJob",
        "type": "1"
    },
    {
        "name": "Sync_API",
        "type": "1"
    }
]