reportdefs ssrsnames (http://api.3plcentral.com/rels/reportdefs/ssrsnames)
Resource:
base report names
C# Rel Const:
Rels.ReportDefsSvc.SsrsNames
URI template:
ssrs/names
Obtain URI from:
Get list of all base report names.
Success status: 200; Response is cacheable
none
list of base report names on the report server
Type Description
ResourceList IList<ReportDef.Models.SsrsName>
Name string
Sample accept: application/hal+json
{
  "_embedded": {
    "item": [
      {
        "name": "str"
      }
    ]
  }
}

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.