GET Pedigree/GetPedigreeReport?p_iGenerationCount={p_iGenerationCount}&p_iFirstId={p_iFirstId}&p_iSecondId={p_iSecondId}
Pedigree raporunu oluşturur. Generates the pedigree report.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
p_iGenerationCount |
Kaç nesil sorgulamak istendiğini belirten parametredir. || It is the parameter that indicates how many generations you want to query. |
integer |
Required |
p_iFirstId |
Sorgulanmak istenen atın tekil idsidir. Eğer hypothetical sorgu yapılacak ise aygır idsidir. || It is the unique id of the horse to be questioned. If hypothetical query is to be made, it is the stallion id. |
integer |
Required |
p_iSecondId |
Eğer hypothetical sorgu yapılacak ise kısrak idsidir. || If hypothetical query is to be made, it is the mare's id. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of stringResponse Formats
application/json, text/json
Sample:
[ "sample string 1", "sample string 2" ]
text/html
Sample:
["sample string 1","sample string 2"]
application/xml, text/xml
Sample:
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <string>sample string 1</string> <string>sample string 2</string> </ArrayOfstring>