GET api/serviceprovider/list

Gets list of serviceproviders

Resource Information
Requires authentication? Yes (HTTP authentication using user name and API key)
Response formats JSON
Example URL
  api/serviceprovider/list  
Example Result
[
  {
    "ServiceProviderId": 146,
    "ServiceProviderIdEncrypted": "inB6asdsadpe1kCjKSm3z3Ndtxg==",
    "ServiceProviderName": "ABC Ltd.",
    "SuppportEmailAddress": null,
    "Phone": null,
    "ReferenceName": null,
    "Enabled": true,
    "IsTrial": true,
    "TimeZone": null,
    "PRN": null,
    "Website": null,
    "Fax": null,
    "DomainPrefix": null,
    "AssetCode": null,
    "DataRetentionPriod": null,
    "DateCreated": "0001-01-01T00:00:00",
    "CreatedBy": null,
    "CreatedByUserName": null,
    "ModifiedDate": "0001-01-01T00:00:00",
    "ModifiedBy": null,
    "ModifiedByUserName": null,
    "PartnerId": null,
    "TrialRegistrationURL": null,
    "FirstReminderNotification": 2,
    "SecondReminderNotification": 1
  },
  {
    "ServiceProviderId": 487,
    "ServiceProviderIdEncrypted": "Lga6oqdsadas8tHmZ_pULzdokVIw==",
    "ServiceProviderName": "Demo ServiceProvider",
    "SuppportEmailAddress": null,
    "Phone": null,
    "ReferenceName": null,
    "Enabled": false,
    "IsTrial": false,
    "TimeZone": null,
    "PRN": null,
    "Website": null,
    "Fax": null,
    "DomainPrefix": null,
    "AssetCode": null,
    "DataRetentionPriod": null,
    "DateCreated": "0001-01-01T00:00:00",
    "CreatedBy": null,
    "CreatedByUserName": null,
    "ModifiedDate": "0001-01-01T00:00:00",
    "ModifiedBy": null,
    "ModifiedByUserName": null,
    "PartnerId": null,
    "TrialRegistrationURL": null,
    "FirstReminderNotification": 2,
    "SecondReminderNotification": 1
  },
  {
    "ServiceProviderId": 858,
    "ServiceProviderIdEncrypted": "JdtdJxsdasdtdM0JOFhFpejROXQ==",
    "ServiceProviderName": "Demo ServiceProvider 2",
    "SuppportEmailAddress": null,
    "Phone": null,
    "ReferenceName": "",
    "Enabled": true,
    "IsTrial": false,
    "TimeZone": null,
    "PRN": null,
    "Website": null,
    "Fax": null,
    "DomainPrefix": null,
    "AssetCode": null,
    "DataRetentionPriod": null,
    "DateCreated": "0001-01-01T00:00:00",
    "CreatedBy": null,
    "CreatedByUserName": null,
    "ModifiedDate": "0001-01-01T00:00:00",
    "ModifiedBy": null,
    "ModifiedByUserName": null,
    "PartnerId": null,
    "TrialRegistrationURL": null,
    "FirstReminderNotification": 2,
    "SecondReminderNotification": 1
  },
  {
    "ServiceProviderId": 119,
    "ServiceProviderIdEncrypted": "fLdah0ZhjUdasfsddasdRgzCpUJR24BA==",
    "ServiceProviderName": "ABC Demo",
    "SuppportEmailAddress": null,
    "Phone": null,
    "ReferenceName": "Reseller5",
    "Enabled": true,
    "IsTrial": false,
    "TimeZone": null,
    "PRN": null,
    "Website": null,
    "Fax": null,
    "DomainPrefix": null,
    "AssetCode": null,
    "DataRetentionPriod": null,
    "DateCreated": "0001-01-01T00:00:00",
    "CreatedBy": null,
    "CreatedByUserName": null,
    "ModifiedDate": "0001-01-01T00:00:00",
    "ModifiedBy": null,
    "ModifiedByUserName": null,
    "PartnerId": null,
    "TrialRegistrationURL": null,
    "FirstReminderNotification": 2,
    "SecondReminderNotification": 1
  }
]