GET api/Articles/latest/{product}/{type}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
product | string |
Required |
|
type | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ArticleName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Title | string |
None. |
|
KBNumb | string |
None. |
|
KBUrl | string |
None. |
|
BuildNumber | string |
None. |
|
Product | string |
None. |
|
RequiredLevel | string |
None. |
|
PatchType | string |
None. |
|
PatchNotes | string |
None. |
|
DateAdded | date |
None. |
|
Guid | globally unique identifier |
None. |
|
ProductInfo | ProductInfo |
None. |
|
KnownIssues | Collection of KnownIssue |
None. |
|
PatchUrls | Collection of PatchUrl |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "Title": "sample string 2", "KBNumb": "sample string 3", "KBUrl": "sample string 4", "BuildNumber": "sample string 5", "Product": "sample string 6", "RequiredLevel": "sample string 7", "PatchType": "sample string 8", "PatchNotes": "sample string 9", "DateAdded": "2019-12-13T17:14:50.3463479+00:00", "Guid": "c63753b9-b336-4a43-9ba7-0e1c432c1dfc", "ProductInfo": { "$id": "2", "Id": 1, "Title": "sample string 2", "Version": 64, "Articles": [ { "$ref": "1" }, { "$ref": "1" } ] }, "KnownIssues": [ { "$id": "3", "Id": 1, "IssueTitle": "sample string 2", "IssueUrl": "sample string 3", "KBResolved": "sample string 4", "IsResolved": true, "KBNumb": "sample string 5", "Article": { "$ref": "1" } }, { "$ref": "3" } ], "PatchUrls": [ { "$id": "4", "Id": 1, "PatchUrl1": "sample string 2", "PatchUrl2": "sample string 3", "PatchUrl3": "sample string 4", "KBNumb": "sample string 5", "Article": { "$ref": "1" } }, { "$ref": "4" } ] }
text/html
Sample:
Sample not available.