GET v1/bunits/{bunitId}/slafordescendants
Get the SLA of the business unit used for its descendants
            If none exists an inherited SLA will be found
                
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| bunitId | ID of the business unit the SLA is related to | integer | Required | 
Body Parameters
None.
Response Information
Resource Description
The requested SLA
ServiceLevelAgreement| Name | Description | Type | Additional information | 
|---|---|---|---|
| BusinessUnit | The business unit the subscription is related to | BusinessUnit | None. | 
| Goal | A set goal in percentage determining if a service level agreement is being upheld | decimal number | None. | 
| Inherited | If no service level agreement exists for business unit an inherited is found | boolean | None. | 
| IncludeSupportActive | boolean | None. | |
| IncludeSupportResolved | boolean | None. | |
| IncludeSupportIgnored | boolean | None. | |
| IncludeActive | boolean | None. | |
| IncludeUnaccessed | boolean | None. | |
| IncludeDecommissioned | boolean | None. | |
| IncludeNotFound | boolean | None. | |
| IncludeScheduled | boolean | None. | |
| IncludeUnscheduled | boolean | None. | |
| ExcludeTags | If set to true, consumption units and business units with the selected tags are to be excluded instead of included | boolean | None. | 
| Tags | A list of tags which will determine if a consumption unit or business unit should be included in/excluded from content | Collection of Tag | None. | 
| Id | A unique ID for the object. | integer | Read-only. | 
| CreatedDate | Time and date the object was created. | date | Read-only. | 
| ArchivedDate | Time and date the object was or is going to be archived. Unarchived objects have no value in ArchivedDate | date | Read-only. | 
| Operations | Collection of OperationResult | None. | 
Response Formats
application/json
            Sample:
    
        Sample not available.
text/json
            Sample:
    
Sample not available.