cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1861
Views
15
Helpful
2
Replies

Throwing error as 415 (Unsupported Media Type) after sending GET request for Supervisor Team Data.

Hi there,

 

        I am sending request for getting team data, URL is correct but its showing error 415 (Unsupported Media Type).  Should I send Media Type while sending request or not. 

        Please help me for this.

 

Thanks in advance,

Komal J

 

      

1 Accepted Solution

Accepted Solutions

dekwan
Cisco Employee
Cisco Employee

Hi,

 

I am assuming you are using the Team - Get Team API (https://developer.cisco.com/docs/finesse/#!teamget-team/teamget-team). For GET request, you want to make sure that you do not have "Content-Type" in the header. Whenever I see a 415, it is usually because the "Content-Type" is in the header of the request.

 

Thanx,

Denise

View solution in original post

2 Replies 2

dekwan
Cisco Employee
Cisco Employee

Hi,

 

I am assuming you are using the Team - Get Team API (https://developer.cisco.com/docs/finesse/#!teamget-team/teamget-team). For GET request, you want to make sure that you do not have "Content-Type" in the header. Whenever I see a 415, it is usually because the "Content-Type" is in the header of the request.

 

Thanx,

Denise

Problem got solved. Thanks dekwann.