# 403 forbidden when I call /API/bpm/businessData/com.company.model.Request/98 from external form in bonitasoft

**URL:** https://community.ofelia.com/t/403-forbidden-when-i-call-api-bpm-businessdata-com-company-model-request-98-from-external-form-in-bonitasoft/10171
**Category:** Q&A
**Created:** [14 May 2020 23:04 UTC](https://community.ofelia.com/t/403-forbidden-when-i-call-api-bpm-businessdata-com-company-model-request-98-from-external-form-in-bonitasoft/10171 "2020-05-14T23:04:17Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![fatma.ghorbel\_142371](https://avatars.discourse-cdn.com/v4/letter/f/779978/32.png) [@fatma.ghorbel\_142371](https://community.ofelia.com/u/fatma.ghorbel_142371)
#### Post date: [14 May 2020 23:04 UTC](https://community.ofelia.com/t/403-forbidden-when-i-call-api-bpm-businessdata-com-company-model-request-98-from-external-form-in-bonitasoft/10171/1 "2020-05-14T23:04:17Z")

</div>

Im using external form, and im trying to make a GET request with the following "URL&nbsp;/API/bpm/businessData/com.company.model.Request/98" because I want to retrieve data from the server , but I get 403 forbidden why is that ?&nbsp;

---

<div class="post-metadata">

### Author: ![thomas.bouffard](https://dub1.discourse-cdn.com/flex013/user_avatar/community.ofelia.com/thomas.bouffard/32/724_2.png) [@thomas.bouffard](https://community.ofelia.com/u/thomas.bouffard)
#### Post date: [20 May 2020 12:09 UTC](https://community.ofelia.com/t/403-forbidden-when-i-call-api-bpm-businessdata-com-company-model-request-98-from-external-form-in-bonitasoft/10171/2 "2020-05-20T12:09:26Z")

</div>

_fatma.ghorbel\_1_

The issue probably comes from a typo in the url you are using

Instead of "/API/ **bpm** /businessData/com.company.model.Request/98" please give a try to "/API/ **bdm** /businessData/com.company.model.Request/98" (d instead of p in the 2nd part of the path)

See https://documentation.bonitasoft.com/bonita/7.10/bdm-api

Thx to pablo.alonso for catching that ![cool](https://europe1.discourse-cdn.com/flex013/uploads/community_bonitasoft/original/1X/90b03c6751bd02b99c6ad3adb0823372aa320a44.png "cool")

---

<div class="post-metadata">

### Author: ![thomas.bouffard](https://dub1.discourse-cdn.com/flex013/user_avatar/community.ofelia.com/thomas.bouffard/32/724_2.png) [@thomas.bouffard](https://community.ofelia.com/u/thomas.bouffard)
#### Post date: [15 May 2020 12:35 UTC](https://community.ofelia.com/t/403-forbidden-when-i-call-api-bpm-businessdata-com-company-model-request-98-from-external-form-in-bonitasoft/10171/3 "2020-05-15T12:35:35Z")

</div>

Can you please describe

- the Bonita version you are using, the OS, all environment info please
- if you face the issue when running Bonita Studio or Bonita Runtime

As 403 means forbidden, please review the Bonita user you are connected to and verify he/she has the right permissions

Can you also please provide more context about your use case i.e. what you are exactly trying to achieve, the detailed&nbsp; solution you are putting in place, ....

Thx

---

<div class="post-metadata">

### Author: ![fatma.ghorbel\_142371](https://avatars.discourse-cdn.com/v4/letter/f/779978/32.png) [@fatma.ghorbel\_142371](https://community.ofelia.com/u/fatma.ghorbel_142371)
#### Post date: [15 May 2020 13:12 UTC](https://community.ofelia.com/t/403-forbidden-when-i-call-api-bpm-businessdata-com-company-model-request-98-from-external-form-in-bonitasoft/10171/4 "2020-05-15T13:12:57Z")

</div>

Im using bonita community 7.10.4 on windows !&nbsp; So I have two external forms added to two human tasks in the process (forms are using other HTML5 technologies) , my purpose is to get in my second form of my second task the input values added in the first form ! that's why I made a call to /context and then&nbsp;/API/bpm/businessData/com.company.model.Request/98 and I'm using them from the portal , but I get 403 response
