GET Project
Get basic infos on a Project
Request Information
Header Parameters
Name | Description | Additional information |
---|---|---|
X-OVH-Authorization | Source mail of the migration |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "Name": "sample string 1", "Status": 0, "DefaultSourceServerUrl": "sample string 2", "DefaultDestinationServerUrl": "sample string 3", "DefaultSourceServerType": 0, "DefaultDestinationServerType": 0, "MaxNumberParallel": 4, "MigrateMail": true, "MigrateInboxRules": true, "MigrateContact": true, "MigrateContactGroup": true, "MigrateTask": true, "MigrateCalendar": true, "MigrateOofSettings": true }
application/xml, text/xml
Sample:
<ProjectInfos xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OMM_API.Models.Project"> <DefaultDestinationServerType>Exchange</DefaultDestinationServerType> <DefaultDestinationServerUrl>sample string 3</DefaultDestinationServerUrl> <DefaultSourceServerType>Exchange</DefaultSourceServerType> <DefaultSourceServerUrl>sample string 2</DefaultSourceServerUrl> <MaxNumberParallel>4</MaxNumberParallel> <MigrateCalendar>true</MigrateCalendar> <MigrateContact>true</MigrateContact> <MigrateContactGroup>true</MigrateContactGroup> <MigrateInboxRules>true</MigrateInboxRules> <MigrateMail>true</MigrateMail> <MigrateOofSettings>true</MigrateOofSettings> <MigrateTask>true</MigrateTask> <Name>sample string 1</Name> <Status>Created</Status> </ProjectInfos>