Forum

Json data
 
Notifications
Clear all

Json data

2 Posts
2 Users
0 Likes
241 Views
(@spider)
Posts: 59
Trusted Member
Topic starter
 

Hi,

How can I get user item Id only in json?

Api https://github.com/carpanese/osc-api

https://www.domain.com/api/v1/item/53055

{
  "fk_i_item_id": "53055",
  "fk_c_country_code": "IN",
  "s_country": "India",
  "s_address": "",
  "s_zip": null,
  "fk_i_region_id": "781510",
  "s_region": "Maharashtra",
  "fk_i_city_id": "278320",
  "s_city": "Mumbai",
  "fk_i_city_area_id": null,
  "s_city_area": "",
  "d_coord_lat": null,
  "d_coord_long": null,
  "pk_i_id": "53055",
  "b_show_phone": "1",
  "fk_i_user_id": "30954",
  "fk_i_category_id": "73"}

 
Posted : 02/06/2020 8:45 am
(@rusnam)
Posts: 219
Estimable Member
 

js: response.fk_i_item_id
php response->fk_i_item_id

 
Posted : 09/06/2020 1:12 pm
Share: