GET api/ssrsreport/subscriptions

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SSRSSubscriptionDetailResultModel
NameDescriptionTypeAdditional information
subscription_id

string

None.

report_name

string

None.

schedule_type

string

None.

created_date

date

None.

created_by_user_id

string

None.

schedule_time

string

None.

start_schedule_date

string

None.

stop_schedule_date

string

None.

email_to

string

None.

report_output_format

string

None.

status

string

None.

last_run

string

None.

result

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "subscription_id": "sample string 1",
    "report_name": "sample string 2",
    "schedule_type": "sample string 3",
    "created_date": "2026-05-01T21:10:01.9643408+00:00",
    "created_by_user_id": "sample string 4",
    "schedule_time": "sample string 5",
    "start_schedule_date": "sample string 6",
    "stop_schedule_date": "sample string 7",
    "email_to": "sample string 8",
    "report_output_format": "sample string 9",
    "status": "sample string 10",
    "last_run": "sample string 11",
    "result": "sample string 12"
  },
  {
    "subscription_id": "sample string 1",
    "report_name": "sample string 2",
    "schedule_type": "sample string 3",
    "created_date": "2026-05-01T21:10:01.9643408+00:00",
    "created_by_user_id": "sample string 4",
    "schedule_time": "sample string 5",
    "start_schedule_date": "sample string 6",
    "stop_schedule_date": "sample string 7",
    "email_to": "sample string 8",
    "report_output_format": "sample string 9",
    "status": "sample string 10",
    "last_run": "sample string 11",
    "result": "sample string 12"
  }
]

text/html

Sample:
[{"subscription_id":"sample string 1","report_name":"sample string 2","schedule_type":"sample string 3","created_date":"2026-05-01T21:10:01.9643408+00:00","created_by_user_id":"sample string 4","schedule_time":"sample string 5","start_schedule_date":"sample string 6","stop_schedule_date":"sample string 7","email_to":"sample string 8","report_output_format":"sample string 9","status":"sample string 10","last_run":"sample string 11","result":"sample string 12"},{"subscription_id":"sample string 1","report_name":"sample string 2","schedule_type":"sample string 3","created_date":"2026-05-01T21:10:01.9643408+00:00","created_by_user_id":"sample string 4","schedule_time":"sample string 5","start_schedule_date":"sample string 6","stop_schedule_date":"sample string 7","email_to":"sample string 8","report_output_format":"sample string 9","status":"sample string 10","last_run":"sample string 11","result":"sample string 12"}]

application/xml, text/xml

Sample:
<ArrayOfSSRSSubscriptionDetailResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">
  <SSRSSubscriptionDetailResultModel>
    <created_by_user_id>sample string 4</created_by_user_id>
    <created_date>2026-05-01T21:10:01.9643408+00:00</created_date>
    <email_to>sample string 8</email_to>
    <last_run>sample string 11</last_run>
    <report_name>sample string 2</report_name>
    <report_output_format>sample string 9</report_output_format>
    <result>sample string 12</result>
    <schedule_time>sample string 5</schedule_time>
    <schedule_type>sample string 3</schedule_type>
    <start_schedule_date>sample string 6</start_schedule_date>
    <status>sample string 10</status>
    <stop_schedule_date>sample string 7</stop_schedule_date>
    <subscription_id>sample string 1</subscription_id>
  </SSRSSubscriptionDetailResultModel>
  <SSRSSubscriptionDetailResultModel>
    <created_by_user_id>sample string 4</created_by_user_id>
    <created_date>2026-05-01T21:10:01.9643408+00:00</created_date>
    <email_to>sample string 8</email_to>
    <last_run>sample string 11</last_run>
    <report_name>sample string 2</report_name>
    <report_output_format>sample string 9</report_output_format>
    <result>sample string 12</result>
    <schedule_time>sample string 5</schedule_time>
    <schedule_type>sample string 3</schedule_type>
    <start_schedule_date>sample string 6</start_schedule_date>
    <status>sample string 10</status>
    <stop_schedule_date>sample string 7</stop_schedule_date>
    <subscription_id>sample string 1</subscription_id>
  </SSRSSubscriptionDetailResultModel>
</ArrayOfSSRSSubscriptionDetailResultModel>

multipart/form-data

Sample:
<ArrayOfSSRSSubscriptionDetailResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"><SSRSSubscriptionDetailResultModel><created_by_user_id>sample string 4</created_by_user_id><created_date>2026-05-01T21:10:01.9643408+00:00</created_date><email_to>sample string 8</email_to><last_run>sample string 11</last_run><report_name>sample string 2</report_name><report_output_format>sample string 9</report_output_format><result>sample string 12</result><schedule_time>sample string 5</schedule_time><schedule_type>sample string 3</schedule_type><start_schedule_date>sample string 6</start_schedule_date><status>sample string 10</status><stop_schedule_date>sample string 7</stop_schedule_date><subscription_id>sample string 1</subscription_id></SSRSSubscriptionDetailResultModel><SSRSSubscriptionDetailResultModel><created_by_user_id>sample string 4</created_by_user_id><created_date>2026-05-01T21:10:01.9643408+00:00</created_date><email_to>sample string 8</email_to><last_run>sample string 11</last_run><report_name>sample string 2</report_name><report_output_format>sample string 9</report_output_format><result>sample string 12</result><schedule_time>sample string 5</schedule_time><schedule_type>sample string 3</schedule_type><start_schedule_date>sample string 6</start_schedule_date><status>sample string 10</status><stop_schedule_date>sample string 7</stop_schedule_date><subscription_id>sample string 1</subscription_id></SSRSSubscriptionDetailResultModel></ArrayOfSSRSSubscriptionDetailResultModel>