ASH.ResourceLibrary.WebApi

<back to all web services

DigitalFitnessContentRequest

Requires Authentication
The following routes are available for this service:
GET/digitalFitnessResourcesUse to get digital fitness library content
BasicResourceLibraryRequest Parameters:
NameParameterData TypeRequiredDescription
ResourceLibraryMemberIdformintNo
DigitalFitnessResourcesResponse Parameters:
NameParameterData TypeRequiredDescription
DigitalFitnessResourcesformList<TopicLite>No
TopicLite Parameters:
NameParameterData TypeRequiredDescription
IdformstringNo
SubtopicItemsformICollection<SubtopicLite>No
ResourceItemsformICollection<ResourceCard>No
TitleformstringNo
IsVisibleformstringNo
ResourceCountformintNo
SubtopicLite Parameters:
NameParameterData TypeRequiredDescription
IdformstringNo
TitleformstringNo
ResourceCountformintNo
ResourceItemsformICollection<ResourceCard>No
ResourceCard Parameters:
NameParameterData TypeRequiredDescription
IdformstringNo
TitleformstringNo
DescriptionformstringNo
DescriptionSummaryformstringNo
TypeformstringNo
ContentformstringNo
IsCompleteformboolNo
IsFavoriteformboolNo
IsImplicitlyCompleteformboolNo
MediaPathformstringNo
IsConfirmableformboolNo
IsWcagCompliantformboolNo
DurationformstringNo
PreviewformstringNo
CaloriesformintNo
InstructorformstringNo
ThumbnailformstringNo
DifficultyformstringNo
TagsformList<Tag>No
SubtitlesformstringNo
ScreenshotsformList<ScreenshotItem>No
DrmEncryptedformboolNo
Tag Parameters:
NameParameterData TypeRequiredDescription
IdformstringNo
TitleformstringNo
ScreenshotItem Parameters:
NameParameterData TypeRequiredDescription
LargeFilepathS3formstringNo
ThumbFilepathS3formstringNo
OrderformdecimalNo
DescriptionformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /digitalFitnessResources HTTP/1.1 
Host: resourcelibrary.api.ashcompanies.com 
Accept: application/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<DigitalFitnessResourcesResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASH.ResourceLibrary.Interfaces.ServiceModels">
  <DigitalFitnessResources xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASH.ResourceLibrary.Interfaces.Models">
    <d2p1:TopicLite>
      <d2p1:Id>String</d2p1:Id>
      <d2p1:IsVisible>String</d2p1:IsVisible>
      <d2p1:ResourceCount>0</d2p1:ResourceCount>
      <d2p1:ResourceItems i:nil="true" />
      <d2p1:SubtopicItems i:nil="true" />
      <d2p1:Title>String</d2p1:Title>
    </d2p1:TopicLite>
  </DigitalFitnessResources>
</DigitalFitnessResourcesResponse>